Module: Aws::MediaLive::Client::_StartMultiplexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartMultiplexResponse]
- 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
1066 |
# File 'sig/client.rbs', line 1066
def arn: () -> ::String
|
#availability_zones ⇒ ::Array[::String]
1067 |
# File 'sig/client.rbs', line 1067
def availability_zones: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
1068 |
# File 'sig/client.rbs', line 1068
def destinations: () -> ::Array[Types::MultiplexOutputDestination]
|
#id ⇒ ::String
1069 |
# File 'sig/client.rbs', line 1069
def id: () -> ::String
|
#multiplex_settings ⇒ Types::MultiplexSettings
1070 |
# File 'sig/client.rbs', line 1070
def multiplex_settings: () -> Types::MultiplexSettings
|
#name ⇒ ::String
1071 |
# File 'sig/client.rbs', line 1071
def name: () -> ::String
|
#pipelines_running_count ⇒ ::Integer
1072 |
# File 'sig/client.rbs', line 1072
def pipelines_running_count: () -> ::Integer
|
#program_count ⇒ ::Integer
1073 |
# File 'sig/client.rbs', line 1073
def program_count: () -> ::Integer
|
#state ⇒ "CREATING", ...
1074 |
# File 'sig/client.rbs', line 1074
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
1075 |
# File 'sig/client.rbs', line 1075
def tags: () -> ::Hash[::String, ::String]
|