Class: Aws::MediaConnect::Types::DeleteFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
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.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1208 class DeleteFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow when the ‘DeleteFlow` process begins.
1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1208 class DeleteFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |