Class: Aws::Types::StopMultiplexResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopMultiplexResponse
- 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.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def arn @arn end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def availability_zones @availability_zones end |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
Returns the value of attribute destinations.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def destinations @destinations end |
#id ⇒ ::String
Returns the value of attribute id.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def id @id end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def name @name end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def pipelines_running_count @pipelines_running_count end |
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def program_count @program_count end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def @tags end |