Class: Aws::MediaConnect::Types::StopFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StopFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful StopFlow request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that you stopped.
-
#status ⇒ String
The status of the flow when the StopFlow process begins.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that you stopped.
4027 4028 4029 4030 4031 4032 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4027 class StopFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow when the StopFlow process begins.
4027 4028 4029 4030 4031 4032 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4027 class StopFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |