Class: Aws::Types::CreateMultiRegionEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiRegionEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
335 336 337 |
# File 'sig/types.rbs', line 335 def endpoint_id @endpoint_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
334 335 336 |
# File 'sig/types.rbs', line 334 def status @status end |