Class: Aws::MediaConnect::Types::UpdateFlowMediaStreamResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that is associated with the media stream that you updated.

Returns:

  • (String)


8532
8533
8534
8535
8536
8537
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8532

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

#media_streamTypes::MediaStream

The media stream that you updated.

Returns:



8532
8533
8534
8535
8536
8537
# File 'lib/aws-sdk-mediaconnect/types.rb', line 8532

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