Class: Aws::Glue::Types::PartitionValueList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PartitionValueList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Contains a list of values defining partitions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
The list of values.
Instance Attribute Details
#values ⇒ Array<String>
The list of values.
20231 20232 20233 20234 20235 |
# File 'lib/aws-sdk-glue/types.rb', line 20231 class PartitionValueList < Struct.new( :values) SENSITIVE = [] include Aws::Structure end |