Class: Aws::LakeFormation::Types::PartitionValueList
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::PartitionValueList
- 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
-
#values ⇒ Array<String>
The list of partition values.
Instance Attribute Details
#values ⇒ Array<String>
The list of partition values.
2776 2777 2778 2779 2780 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2776 class PartitionValueList < Struct.new( :values) SENSITIVE = [] include Aws::Structure end |