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.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def @created_timestamp end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def endpoint_id @endpoint_id end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def endpoint_name @endpoint_name end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def @last_updated_timestamp end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def regions @regions end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def status @status end |