Class: Aws::Glue::Types::Datatype

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A structure representing the datatype of the value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The datatype of the value.

Returns:

  • (String)


7086
7087
7088
7089
7090
7091
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7086

class Datatype < Struct.new(
  :id,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

A label assigned to the datatype.

Returns:

  • (String)


7086
7087
7088
7089
7090
7091
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7086

class Datatype < Struct.new(
  :id,
  :label)
  SENSITIVE = []
  include Aws::Structure
end