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.
20605 20606 20607 20608 20609 20610 20611 |
# File 'lib/aws-sdk-glue/types.rb', line 20605 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The data inputs identified by their node names.
20605 20606 20607 20608 20609 20610 20611 |
# File 'lib/aws-sdk-glue/types.rb', line 20605 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the transform node.
20605 20606 20607 20608 20609 20610 20611 |
# File 'lib/aws-sdk-glue/types.rb', line 20605 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |