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)


6834
6835
6836
6837
6838
6839
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6834

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

#labelString

A label assigned to the datatype.

Returns:

  • (String)


6834
6835
6836
6837
6838
6839
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6834

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