Class: Aws::MediaLive::Types::MediaConnectFlow
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaConnectFlow
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
The settings for a MediaConnect Flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The unique ARN of the MediaConnect Flow being used as a source.
Instance Attribute Details
#flow_arn ⇒ String
The unique ARN of the MediaConnect Flow being used as a source.
8826 8827 8828 8829 8830 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8826 class MediaConnectFlow < Struct.new( :flow_arn) SENSITIVE = [] include Aws::Structure end |