Class: Aws::MediaConnect::Types::SourcePriority

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#primary_sourceString

The name of the source you choose as the primary source for this flow.

Returns:

  • (String)


3968
3969
3970
3971
3972
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3968

class SourcePriority < Struct.new(
  :primary_source)
  SENSITIVE = []
  include Aws::Structure
end