Class: Aws::LakeFormation::Types::PartitionValueList

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

Overview

Contains a list of values defining partitions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<String>

The list of partition values.

Returns:

  • (Array<String>)


2532
2533
2534
2535
2536
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2532

class PartitionValueList < Struct.new(
  :values)
  SENSITIVE = []
  include Aws::Structure
end