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

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

Overview

The result of a successful UpdateFlowMediaStream request.

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)


4827
4828
4829
4830
4831
4832
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4827

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

#media_streamTypes::MediaStream

The media stream that you updated.

Returns:



4827
4828
4829
4830
4831
4832
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4827

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