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
535 |
# File 'sig/client.rbs', line 535
def arn: () -> ::String
|
#availability_zones ⇒ ::Array[::String]
536 |
# File 'sig/client.rbs', line 536
def availability_zones: () -> ::Array[::String]
|
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
537 |
# File 'sig/client.rbs', line 537
def destinations: () -> ::Array[Types::MultiplexOutputDestination]
|
#id ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def id: () -> ::String
|
#multiplex_settings ⇒ Types::MultiplexSettings
539 |
# File 'sig/client.rbs', line 539
def multiplex_settings: () -> Types::MultiplexSettings
|
#name ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def name: () -> ::String
|
#pipelines_running_count ⇒ ::Integer
541 |
# File 'sig/client.rbs', line 541
def pipelines_running_count: () -> ::Integer
|
#program_count ⇒ ::Integer
542 |
# File 'sig/client.rbs', line 542
def program_count: () -> ::Integer
|
#state ⇒ "CREATING", ...
543 |
# File 'sig/client.rbs', line 543
def state: () -> ("CREATING" | "CREATE_FAILED" | "IDLE" | "STARTING" | "RUNNING" | "RECOVERING" | "STOPPING" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
544 |
# File 'sig/client.rbs', line 544
def tags: () -> ::Hash[::String, ::String]
|