Class: Aws::MediaConnect::Types::BridgeFlowOutput

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

Overview

The output of the bridge. A flow output is delivered to the AWS cloud.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The Amazon Resource Number (ARN) of the cloud flow.

Returns:

  • (String)


678
679
680
681
682
683
684
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 678

class BridgeFlowOutput < Struct.new(
  :flow_arn,
  :flow_source_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#flow_source_arnString

The Amazon Resource Number (ARN) of the flow source.

Returns:

  • (String)


678
679
680
681
682
683
684
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 678

class BridgeFlowOutput < Struct.new(
  :flow_arn,
  :flow_source_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the bridge's output.

Returns:

  • (String)


678
679
680
681
682
683
684
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 678

class BridgeFlowOutput < Struct.new(
  :flow_arn,
  :flow_source_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end