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

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

Overview

The result of a successful UpdateFlowSource request. The response includes the ARN of the flow that was updated and the updated source configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that you want to update.

Returns:

  • (String)


5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5020

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

#sourceTypes::Source

The settings for the source of the flow.

Returns:



5020
5021
5022
5023
5024
5025
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5020

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