Class: Aws::SSM::Types::AssociationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociationStatus
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Describes an association status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_info ⇒ String
A user-defined string.
-
#date ⇒ Time
The date when the status changed.
-
#message ⇒ String
The reason for the status.
-
#name ⇒ String
The status.
Instance Attribute Details
#additional_info ⇒ String
A user-defined string.
869 870 871 872 873 874 875 876 |
# File 'lib/aws-sdk-ssm/types.rb', line 869 class AssociationStatus < Struct.new( :date, :name, :message, :additional_info) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The date when the status changed.
869 870 871 872 873 874 875 876 |
# File 'lib/aws-sdk-ssm/types.rb', line 869 class AssociationStatus < Struct.new( :date, :name, :message, :additional_info) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The reason for the status.
869 870 871 872 873 874 875 876 |
# File 'lib/aws-sdk-ssm/types.rb', line 869 class AssociationStatus < Struct.new( :date, :name, :message, :additional_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The status.
869 870 871 872 873 874 875 876 |
# File 'lib/aws-sdk-ssm/types.rb', line 869 class AssociationStatus < Struct.new( :date, :name, :message, :additional_info) SENSITIVE = [] include Aws::Structure end |