Class: Aws::MediaConnect::Types::UpdateFlowSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn ⇒ String

The ARN of the flow that you updated.

Returns:

  • (String)


9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9504

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

#source ⇒ Types::Source

The details of the sources that are assigned to the flow.

Returns:



9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9504

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