Class: Aws::SSMIncidents::Types::RegionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::RegionInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Information about a Amazon Web Services Region in your replication set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sse_kms_key_id ⇒ String
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
-
#status ⇒ String
The status of the Amazon Web Services Region in the replication set.
-
#status_message ⇒ String
Information displayed about the status of the Amazon Web Services Region.
-
#status_update_date_time ⇒ Time
The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.
Instance Attribute Details
#sse_kms_key_id ⇒ String
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
1845 1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1845 class RegionInfo < Struct.new( :sse_kms_key_id, :status, :status_message, :status_update_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon Web Services Region in the replication set.
1845 1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1845 class RegionInfo < Struct.new( :sse_kms_key_id, :status, :status_message, :status_update_date_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Information displayed about the status of the Amazon Web Services Region.
1845 1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1845 class RegionInfo < Struct.new( :sse_kms_key_id, :status, :status_message, :status_update_date_time) SENSITIVE = [] include Aws::Structure end |
#status_update_date_time ⇒ Time
The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.
1845 1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1845 class RegionInfo < Struct.new( :sse_kms_key_id, :status, :status_message, :status_update_date_time) SENSITIVE = [] include Aws::Structure end |