Class: Aws::MediaConnect::Types::StopFlowResponse

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

Overview

The result of a successful StopFlow request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that you stopped.

Returns:

  • (String)


3977
3978
3979
3980
3981
3982
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3977

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

#statusString

The status of the flow when the StopFlow process begins.

Returns:

  • (String)


3977
3978
3979
3980
3981
3982
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3977

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