Class: Aws::Types::CreateMultiRegionEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiRegionEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::Details
Returns the value of attribute details.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#details ⇒ Types::Details
Returns the value of attribute details.
328 329 330 |
# File 'sig/types.rbs', line 328 def details @details end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
327 328 329 |
# File 'sig/types.rbs', line 327 def endpoint_name @endpoint_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
329 330 331 |
# File 'sig/types.rbs', line 329 def @tags end |