Class: Aws::MediaConnect::Types::SourcePriority
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SourcePriority
- 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
-
#primary_source ⇒ String
The name of the source you choose as the primary source for this flow.
Instance Attribute Details
#primary_source ⇒ String
The name of the source you choose as the primary source for this flow.
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 |