Module: Aws::MediaLive::Client::_DescribeMultiplexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMultiplexResponse]
- 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
741 |
# File 'sig/client.rbs', line 741
def arn: () -> ::String
|
#availability_zones ⇒ ::Array[::String]
742 |
# File 'sig/client.rbs', line 742
def availability_zones: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
743 |
# File 'sig/client.rbs', line 743
def destinations: () -> ::Array[Types::MultiplexOutputDestination]
|
#id ⇒ ::String
744 |
# File 'sig/client.rbs', line 744
def id: () -> ::String
|
#multiplex_settings ⇒ Types::MultiplexSettings
745 |
# File 'sig/client.rbs', line 745
def multiplex_settings: () -> Types::MultiplexSettings
|
#name ⇒ ::String
746 |
# File 'sig/client.rbs', line 746
def name: () -> ::String
|
#pipelines_running_count ⇒ ::Integer
747 |
# File 'sig/client.rbs', line 747
def pipelines_running_count: () -> ::Integer
|
#program_count ⇒ ::Integer
748 |
# File 'sig/client.rbs', line 748
def program_count: () -> ::Integer
|
#state ⇒ "CREATING", ...
749 |
# File 'sig/client.rbs', line 749
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
750 |
# File 'sig/client.rbs', line 750
def tags: () -> ::Hash[::String, ::String]
|