Class: Aws::MediaConnect::Types::StartFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

The result of a successful StartFlow request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that you started.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3935

class StartFlowResponse < Struct.new(
  :flow_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the flow when the StartFlow process begins.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3935

class StartFlowResponse < Struct.new(
  :flow_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end