Class: Aws::SSMIncidents::Types::RegionInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sse_kms_key_idString

The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.

Returns:

  • (String)


1845
1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-ssmincidents/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

#statusString

The status of the Amazon Web Services Region in the replication set.

Returns:

  • (String)


1845
1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-ssmincidents/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_messageString

Information displayed about the status of the Amazon Web Services Region.

Returns:

  • (String)


1845
1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-ssmincidents/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_timeTime

The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.

Returns:

  • (Time)


1845
1846
1847
1848
1849
1850
1851
1852
# File 'gems/aws-sdk-ssmincidents/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