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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


3906
3907
3908
3909
3910
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3906

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