Method: Aws::Glue::Types::KeySchemaElement#type
- Defined in:
- lib/aws-sdk-glue/types.rb
#type ⇒ String
The type of a partition key.
17424 17425 17426 17427 17428 17429 |
# File 'lib/aws-sdk-glue/types.rb', line 17424 class KeySchemaElement < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |