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.
1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1145 class DeleteFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow when the DeleteFlow process begins.
1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1145 class DeleteFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |