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>)


2902
2903
2904
2905
2906
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2902

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