You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::DeleteMultiplexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteMultiplexResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#availability_zones ⇒ Array<String>
-
#destinations ⇒ Array<Types::MultiplexOutputDestination>
-
#id ⇒ String
-
#multiplex_settings ⇒ Types::MultiplexSettings
Contains configuration for a Multiplex event.
-
#name ⇒ String
-
#pipelines_running_count ⇒ Integer
-
#program_count ⇒ Integer
-
#state ⇒ String
The current state of the multiplex.
-
#tags ⇒ Hash<String,String>
Instance Attribute Details
#arn ⇒ String
#availability_zones ⇒ Array<String>
#destinations ⇒ Array<Types::MultiplexOutputDestination>
#id ⇒ String
#multiplex_settings ⇒ Types::MultiplexSettings
Contains configuration for a Multiplex event
#name ⇒ String
#pipelines_running_count ⇒ Integer
#program_count ⇒ Integer
#state ⇒ String
The current state of the multiplex.
Possible values:
- CREATING
- CREATE_FAILED
- IDLE
- STARTING
- RUNNING
- RECOVERING
- STOPPING
- DELETING
- DELETED