Module: Aws::MediaLive::Client::_StopMultiplexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopMultiplexResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #availability_zones ⇒ ::Array[::String]
- #destinations ⇒ ::Array[Types::MultiplexOutputDestination]
- #id ⇒ ::String
- #multiplex_settings ⇒ Types::MultiplexSettings
- #name ⇒ ::String
- #pipelines_running_count ⇒ ::Integer
- #program_count ⇒ ::Integer
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126 def arn: () -> ::String |
#availability_zones ⇒ ::Array[::String]
1127 |
# File 'sig/client.rbs', line 1127 def availability_zones: () -> ::Array[::String] |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
1128 |
# File 'sig/client.rbs', line 1128 def destinations: () -> ::Array[Types::MultiplexOutputDestination] |
#id ⇒ ::String
1129 |
# File 'sig/client.rbs', line 1129 def id: () -> ::String |
#multiplex_settings ⇒ Types::MultiplexSettings
1130 |
# File 'sig/client.rbs', line 1130 def multiplex_settings: () -> Types::MultiplexSettings |
#name ⇒ ::String
1131 |
# File 'sig/client.rbs', line 1131 def name: () -> ::String |
#pipelines_running_count ⇒ ::Integer
1132 |
# File 'sig/client.rbs', line 1132 def pipelines_running_count: () -> ::Integer |
#program_count ⇒ ::Integer
1133 |
# File 'sig/client.rbs', line 1133 def program_count: () -> ::Integer |
#state ⇒ "CREATING", ...
1134 |
# File 'sig/client.rbs', line 1134 def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED") |
#tags ⇒ ::Hash[::String, ::String]
1135 |
# File 'sig/client.rbs', line 1135 def tags: () -> ::Hash[::String, ::String] |