DescribeMitigationActionResponse class

Constructors

DescribeMitigationActionResponse({String? actionArn, String? actionId, String? actionName, MitigationActionParams? actionParams, MitigationActionType? actionType, DateTime? creationDate, DateTime? lastModifiedDate, String? roleArn})
DescribeMitigationActionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

actionArn String?
The ARN that identifies this migration action.
final
actionId String?
A unique identifier for this action.
final
actionName String?
The friendly name that uniquely identifies the mitigation action.
final
actionParams MitigationActionParams?
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
final
actionType MitigationActionType?
The type of mitigation action.
final
creationDate DateTime?
The date and time when the mitigation action was added to your AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate DateTime?
The date and time when the mitigation action was last changed.
final
roleArn String?
The ARN of the IAM role used to apply this action.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited