Module: Aws::MediaLive::Client::_DeleteMultiplexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteMultiplexResponse]
- 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
527 |
# File 'sig/client.rbs', line 527 def arn: () -> ::String |
#availability_zones ⇒ ::Array[::String]
528 |
# File 'sig/client.rbs', line 528 def availability_zones: () -> ::Array[::String] |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
529 |
# File 'sig/client.rbs', line 529 def destinations: () -> ::Array[Types::MultiplexOutputDestination] |
#id ⇒ ::String
530 |
# File 'sig/client.rbs', line 530 def id: () -> ::String |
#multiplex_settings ⇒ Types::MultiplexSettings
531 |
# File 'sig/client.rbs', line 531 def multiplex_settings: () -> Types::MultiplexSettings |
#name ⇒ ::String
532 |
# File 'sig/client.rbs', line 532 def name: () -> ::String |
#pipelines_running_count ⇒ ::Integer
533 |
# File 'sig/client.rbs', line 533 def pipelines_running_count: () -> ::Integer |
#program_count ⇒ ::Integer
534 |
# File 'sig/client.rbs', line 534 def program_count: () -> ::Integer |
#state ⇒ "CREATING", ...
535 |
# File 'sig/client.rbs', line 535 def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED") |
#tags ⇒ ::Hash[::String, ::String]
536 |
# File 'sig/client.rbs', line 536 def tags: () -> ::Hash[::String, ::String] |