Class: Aws::Glue::Types::IntegrationPartition

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

Overview

A structure that describes how data is partitioned on the target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The field name used to partition data on the target.

Returns:

  • (String)


15744
15745
15746
15747
15748
15749
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15744

class IntegrationPartition < Struct.new(
  :field_name,
  :function_spec)
  SENSITIVE = []
  include Aws::Structure
end

#function_specString

Specifies a function used to partition data on the target.

Returns:

  • (String)


15744
15745
15746
15747
15748
15749
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15744

class IntegrationPartition < Struct.new(
  :field_name,
  :function_spec)
  SENSITIVE = []
  include Aws::Structure
end