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

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 is associated with the media stream that you updated.

Returns:

  • (String)


9101
9102
9103
9104
9105
9106
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9101

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

#media_stream ⇒ Types::MediaStream

The media stream that you updated.

Returns:



9101
9102
9103
9104
9105
9106
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9101

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