Class: Aws::Types::CreateMultiplex
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiplex
- 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.
699 700 701 |
# File 'sig/types.rbs', line 699 def availability_zones @availability_zones end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
700 701 702 |
# File 'sig/types.rbs', line 700 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
701 702 703 |
# File 'sig/types.rbs', line 701 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
702 703 704 |
# File 'sig/types.rbs', line 702 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
703 704 705 |
# File 'sig/types.rbs', line 703 def @tags end |