Class: Aws::MediaConnect::Types::DeleteFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteFlowResponse
- 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
-
#flow_arn ⇒ String
The ARN of the flow that was deleted.
-
#status ⇒ String
The status of the flow when the DeleteFlow process begins.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that was deleted.
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 |
#status ⇒ String
The status of the flow when the DeleteFlow process begins.
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 |