Class: Aws::MediaConnect::Types::DeleteFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeleteFlowResponse
- 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
-
#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.
1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1179 class DeleteFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow when the DeleteFlow process begins.
1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1179 class DeleteFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |