Class: Aws::Glue::Types::SelectFromCollection

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#indexInteger

The index for the DynamicFrame to be selected.

Returns:

  • (Integer)


19119
19120
19121
19122
19123
19124
19125
# File 'lib/aws-sdk-glue/types.rb', line 19119

class SelectFromCollection < Struct.new(
  :name,
  :inputs,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


19119
19120
19121
19122
19123
19124
19125
# File 'lib/aws-sdk-glue/types.rb', line 19119

class SelectFromCollection < Struct.new(
  :name,
  :inputs,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the transform node.

Returns:

  • (String)


19119
19120
19121
19122
19123
19124
19125
# File 'lib/aws-sdk-glue/types.rb', line 19119

class SelectFromCollection < Struct.new(
  :name,
  :inputs,
  :index)
  SENSITIVE = []
  include Aws::Structure
end