Class: Aws::Types::RegionInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sse_kms_key_id ⇒ ::String

Returns the value of attribute sse_kms_key_id.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def sse_kms_key_id
  @sse_kms_key_id
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATING", "DELETING", "FAILED")


578
579
580
# File 'sig/types.rbs', line 578

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def status_message
  @status_message
end

#status_update_date_time ⇒ ::Time

Returns the value of attribute status_update_date_time.

Returns:

  • (::Time)


580
581
582
# File 'sig/types.rbs', line 580

def status_update_date_time
  @status_update_date_time
end