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
1134 |
# File 'sig/client.rbs', line 1134
def arn: () -> ::String
|
#availability_zones ⇒ ::Array[::String]
1135 |
# File 'sig/client.rbs', line 1135
def availability_zones: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
1136 |
# File 'sig/client.rbs', line 1136
def destinations: () -> ::Array[Types::MultiplexOutputDestination]
|
#id ⇒ ::String
1137 |
# File 'sig/client.rbs', line 1137
def id: () -> ::String
|
#multiplex_settings ⇒ Types::MultiplexSettings
1138 |
# File 'sig/client.rbs', line 1138
def multiplex_settings: () -> Types::MultiplexSettings
|
#name ⇒ ::String
1139 |
# File 'sig/client.rbs', line 1139
def name: () -> ::String
|
#pipelines_running_count ⇒ ::Integer
1140 |
# File 'sig/client.rbs', line 1140
def pipelines_running_count: () -> ::Integer
|
#program_count ⇒ ::Integer
1141 |
# File 'sig/client.rbs', line 1141
def program_count: () -> ::Integer
|
#state ⇒ "CREATING", ...
1142 |
# File 'sig/client.rbs', line 1142
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
1143 |
# File 'sig/client.rbs', line 1143
def tags: () -> ::Hash[::String, ::String]
|