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
733 |
# File 'sig/client.rbs', line 733 def arn: () -> ::String |
#availability_zones ⇒ ::Array[::String]
734 |
# File 'sig/client.rbs', line 734 def availability_zones: () -> ::Array[::String] |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
735 |
# File 'sig/client.rbs', line 735 def destinations: () -> ::Array[Types::MultiplexOutputDestination] |
#id ⇒ ::String
736 |
# File 'sig/client.rbs', line 736 def id: () -> ::String |
#multiplex_settings ⇒ Types::MultiplexSettings
737 |
# File 'sig/client.rbs', line 737 def multiplex_settings: () -> Types::MultiplexSettings |
#name ⇒ ::String
738 |
# File 'sig/client.rbs', line 738 def name: () -> ::String |
#pipelines_running_count ⇒ ::Integer
739 |
# File 'sig/client.rbs', line 739 def pipelines_running_count: () -> ::Integer |
#program_count ⇒ ::Integer
740 |
# File 'sig/client.rbs', line 740 def program_count: () -> ::Integer |
#state ⇒ "CREATING", ...
741 |
# File 'sig/client.rbs', line 741 def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED") |
#tags ⇒ ::Hash[::String, ::String]
742 |
# File 'sig/client.rbs', line 742 def tags: () -> ::Hash[::String, ::String] |