Class: Aws::MediaConnect::Types::RemoveFlowMediaStreamResponse

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

Overview

The result of a successful RemoveFlowMediaStream request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


3350
3351
3352
3353
3354
3355
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3350

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

#media_stream_nameString

The name of the media stream that was removed.

Returns:

  • (String)


3350
3351
3352
3353
3354
3355
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3350

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