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.
317 318 319 |
# File 'sig/types.rbs', line 317 def details @details end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
316 317 318 |
# File 'sig/types.rbs', line 316 def endpoint_name @endpoint_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
318 319 320 |
# File 'sig/types.rbs', line 318 def @tags end |