Class: Aws::Types::StartMultiplexResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartMultiplexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
Returns the value of attribute destinations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
-
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def arn @arn end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
3024 3025 3026 |
# File 'sig/types.rbs', line 3024 def availability_zones @availability_zones end |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
Returns the value of attribute destinations.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def destinations @destinations end |
#id ⇒ ::String
Returns the value of attribute id.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def id @id end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def name @name end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def pipelines_running_count @pipelines_running_count end |
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def program_count @program_count end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def @tags end |