Class: Aws::LakeFormation::Types::PartitionObjects

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

Overview

A structure containing a list of partition values and table objects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectsArray<Types::TableObject>

A list of table objects

Returns:



2517
2518
2519
2520
2521
2522
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2517

class PartitionObjects < Struct.new(
  :partition_values,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#partition_valuesArray<String>

A list of partition values.

Returns:

  • (Array<String>)


2517
2518
2519
2520
2521
2522
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2517

class PartitionObjects < Struct.new(
  :partition_values,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end