InstanceAssociationStatusInfo class
Status information about the instance association.
Constructors
- InstanceAssociationStatusInfo({String? associationId, String? associationName, String? associationVersion, String? detailedStatus, String? documentVersion, String? errorCode, DateTime? executionDate, String? executionSummary, String? instanceId, String? name, InstanceAssociationOutputUrl? outputUrl, String? status})
-
InstanceAssociationStatusInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- associationId → String?
-
The association ID.
final
- associationName → String?
-
The name of the association applied to the instance.
final
- associationVersion → String?
-
The version of the association applied to the instance.
final
- detailedStatus → String?
-
Detailed status information about the instance association.
final
- documentVersion → String?
-
The association document versions.
final
- errorCode → String?
-
An error code returned by the request to create the association.
final
- executionDate → DateTime?
-
The date the instance association ran.
final
- executionSummary → String?
-
Summary information about association execution.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The instance ID where the association was created.
final
- name → String?
-
The name of the association.
final
- outputUrl → InstanceAssociationOutputUrl?
-
A URL for an S3 bucket where you want to store the results of this request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
Status information about the instance association.
final
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