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.
24980 24981 24982 24983 24984 24985 24986 |
# File 'lib/aws-sdk-glue/types.rb', line 24980 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The data inputs identified by their node names.
24980 24981 24982 24983 24984 24985 24986 |
# File 'lib/aws-sdk-glue/types.rb', line 24980 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the transform node.
24980 24981 24982 24983 24984 24985 24986 |
# File 'lib/aws-sdk-glue/types.rb', line 24980 class SelectFromCollection < Struct.new( :name, :inputs, :index) SENSITIVE = [] include Aws::Structure end |