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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1123

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)


1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1123

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