Class: Aws::MediaConnect::Types::StartFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::StartFlowResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that you started.
-
#status ⇒ String
The status of the flow when the
StartFlowprocess begins.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that you started.
4366 4367 4368 4369 4370 4371 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4366 class StartFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow when the StartFlow process begins.
4366 4367 4368 4369 4370 4371 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4366 class StartFlowResponse < Struct.new( :flow_arn, :status) SENSITIVE = [] include Aws::Structure end |