Class: Aws::MediaConnect::Types::DeleteFlowResponse

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

Overview

The result of a successful DeleteFlow request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that was deleted.

Returns:

  • (String)


1135
1136
1137
1138
1139
1140
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1135

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

#statusString

The status of the flow when the DeleteFlow process begins.

Returns:

  • (String)


1135
1136
1137
1138
1139
1140
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1135

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