Class: Aws::Types::MultiRegionEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::MultiRegionEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def @created_timestamp end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def endpoint_id @endpoint_id end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def endpoint_name @endpoint_name end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def @last_updated_timestamp end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def regions @regions end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def status @status end |