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
1074 |
# File 'sig/client.rbs', line 1074
def arn: () -> ::String
|
#availability_zones ⇒ ::Array[::String]
1075 |
# File 'sig/client.rbs', line 1075
def availability_zones: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
1076 |
# File 'sig/client.rbs', line 1076
def destinations: () -> ::Array[Types::MultiplexOutputDestination]
|
#id ⇒ ::String
1077 |
# File 'sig/client.rbs', line 1077
def id: () -> ::String
|
#multiplex_settings ⇒ Types::MultiplexSettings
1078 |
# File 'sig/client.rbs', line 1078
def multiplex_settings: () -> Types::MultiplexSettings
|
#name ⇒ ::String
1079 |
# File 'sig/client.rbs', line 1079
def name: () -> ::String
|
#pipelines_running_count ⇒ ::Integer
1080 |
# File 'sig/client.rbs', line 1080
def pipelines_running_count: () -> ::Integer
|
#program_count ⇒ ::Integer
1081 |
# File 'sig/client.rbs', line 1081
def program_count: () -> ::Integer
|
#state ⇒ "CREATING", ...
1082 |
# File 'sig/client.rbs', line 1082
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
1083 |
# File 'sig/client.rbs', line 1083
def tags: () -> ::Hash[::String, ::String]
|