Class: Aws::MediaLive::Types::MultiplexSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MultiplexSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
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.
-
#id ⇒ String
The unique id of the multiplex.
-
#multiplex_settings ⇒ Types::MultiplexSettingsSummary
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.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :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.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique id of the multiplex.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#multiplex_settings ⇒ Types::MultiplexSettingsSummary
Configuration for a multiplex event.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the multiplex.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :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.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :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.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the multiplex.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :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.
9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 |
# File 'lib/aws-sdk-medialive/types.rb', line 9774 class MultiplexSummary < Struct.new( :arn, :availability_zones, :id, :multiplex_settings, :name, :pipelines_running_count, :program_count, :state, :tags) SENSITIVE = [] include Aws::Structure end |