Class: Aws::Types::CreateMultiplexRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiplexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
733 734 735 |
# File 'sig/types.rbs', line 733 def availability_zones @availability_zones end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
734 735 736 |
# File 'sig/types.rbs', line 734 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
735 736 737 |
# File 'sig/types.rbs', line 735 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
736 737 738 |
# File 'sig/types.rbs', line 736 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
737 738 739 |
# File 'sig/types.rbs', line 737 def @tags end |