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.
18037 18038 18039 18040 18041 |
# File 'lib/aws-sdk-glue/types.rb', line 18037 class PartitionValueList < Struct.new( :values) SENSITIVE = [] include Aws::Structure end |