Class: Aws::MediaLive::Types::Multiplex
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Multiplex
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The multiplex object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The unique arn of the multiplex.
-
#availability_zones ⇒ Array<String>
A list of availability zones for the multiplex.
-
#destinations ⇒ Array<Types::MultiplexOutputDestination>
A list of the multiplex output destinations.
-
#id ⇒ String
The unique id of the multiplex.
-
#multiplex_settings ⇒ Types::MultiplexSettings
Configuration for a multiplex event.
-
#name ⇒ String
The name of the multiplex.
-
#pipelines_running_count ⇒ Integer
The number of currently healthy pipelines.
-
#program_count ⇒ Integer
The number of programs in the multiplex.
-
#state ⇒ String
The current state of the multiplex.
-
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
Instance Attribute Details
#arn ⇒ String
The unique arn of the multiplex.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#availability_zones ⇒ Array<String>
A list of availability zones for the multiplex.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::MultiplexOutputDestination>
A list of the multiplex output destinations.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique id of the multiplex.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#multiplex_settings ⇒ Types::MultiplexSettings
Configuration for a multiplex event.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the multiplex.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#pipelines_running_count ⇒ Integer
The number of currently healthy pipelines.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#program_count ⇒ Integer
The number of programs in the multiplex.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the multiplex.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 |
# File 'lib/aws-sdk-medialive/types.rb', line 9349 class Multiplex < Struct.new( :arn, :availability_zones, :destinations, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |