Class: Aws::SSMQuickSetup::Types::StatusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::StatusSummary
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
A summarized description of the status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated_at ⇒ Time
The datetime stamp when the status was last updated.
-
#status ⇒ String
The current status.
-
#status_details ⇒ Hash<String,String>
Details about the status.
-
#status_message ⇒ String
When applicable, returns an informational message relevant to the current status and status type of the status summary object.
-
#status_type ⇒ String
The type of a status summary.
Instance Attribute Details
#last_updated_at ⇒ Time
The datetime stamp when the status was last updated.
1422 1423 1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422 class StatusSummary < Struct.new( :last_updated_at, :status, :status_details, :status_message, :status_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status.
1422 1423 1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422 class StatusSummary < Struct.new( :last_updated_at, :status, :status_details, :status_message, :status_type) SENSITIVE = [] include Aws::Structure end |
#status_details ⇒ Hash<String,String>
Details about the status.
1422 1423 1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422 class StatusSummary < Struct.new( :last_updated_at, :status, :status_details, :status_message, :status_type) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
1422 1423 1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422 class StatusSummary < Struct.new( :last_updated_at, :status, :status_details, :status_message, :status_type) SENSITIVE = [] include Aws::Structure end |
#status_type ⇒ String
The type of a status summary.
1422 1423 1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1422 class StatusSummary < Struct.new( :last_updated_at, :status, :status_details, :status_message, :status_type) SENSITIVE = [] include Aws::Structure end |