Class: Aws::Glue::Types::SelectFromCollection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SelectFromCollection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a transform that chooses one ‘DynamicFrame` from a collection of `DynamicFrames`. The output is the selected `DynamicFrame`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index ⇒ Integer
The index for the DynamicFrame to be selected.
-
#inputs ⇒ Array<String>
The data inputs identified by their node names.
-
#name ⇒ String
The name of the transform node.
Instance Attribute Details
#index ⇒ Integer
The index for the DynamicFrame to be selected.
20447 20448 20449 20450 20451 20452 20453 |
# File 'lib/aws-sdk-glue/types.rb', line 20447 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The data inputs identified by their node names.
20447 20448 20449 20450 20451 20452 20453 |
# File 'lib/aws-sdk-glue/types.rb', line 20447 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the transform node.
20447 20448 20449 20450 20451 20452 20453 |
# File 'lib/aws-sdk-glue/types.rb', line 20447 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |