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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that you started.

Returns:

  • (String)


7456
7457
7458
7459
7460
7461
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7456

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)


7456
7457
7458
7459
7460
7461
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7456

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