You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::PartitionValueList

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PartitionValueList as input to an Aws::Client method, you can use a vanilla Hash:

{
  values: ["ValueString"], # required
}

Contains a list of values defining partitions.

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<String>

The list of values.

Returns:

  • (Array<String>)

    The list of values.