Class: Aws::MediaConnect::Types::CreateFlowResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flowTypes::Flow

The flow that you created.

Returns:



1118
1119
1120
1121
1122
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1118

class CreateFlowResponse < Struct.new(
  :flow)
  SENSITIVE = []
  include Aws::Structure
end