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)


6845
6846
6847
6848
6849
6850
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6845

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

#labelString

A label assigned to the datatype.

Returns:

  • (String)


6845
6846
6847
6848
6849
6850
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6845

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