Class: Aws::Types::GetMultiRegionEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMultiRegionEndpointResponse
- 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.
-
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def endpoint_id @endpoint_id end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def endpoint_name @endpoint_name end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def end |
#routes ⇒ ::Array[Types::Route]
Returns the value of attribute routes.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def routes @routes end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def status @status end |