Class: Aws::SSMIncidents::Types::RegionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::RegionInfo
- Defined in:
- gems/aws-sdk-ssmincidents/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 most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
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.
1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1649 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.
1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1649 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.
1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1649 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 most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1649 class RegionInfo < Struct.new( :sse_kms_key_id, :status, :status_message, :status_update_date_time) SENSITIVE = [] include Aws::Structure end |