Class: Aws::MediaLive::Types::MediaConnectFlow

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flow_arnString

The unique ARN of the MediaConnect Flow being used as a source.

Returns:

  • (String)


8604
8605
8606
8607
8608
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8604

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