Class: Aws::Glue::Types::Datatype
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::Datatype
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure representing the datatype of the value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The datatype of the value.
-
#label ⇒ String
A label assigned to the datatype.
Instance Attribute Details
#id ⇒ String
The datatype of the value.
7111 7112 7113 7114 7115 7116 |
# File 'lib/aws-sdk-glue/types.rb', line 7111 class Datatype < Struct.new( :id, :label) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
A label assigned to the datatype.
7111 7112 7113 7114 7115 7116 |
# File 'lib/aws-sdk-glue/types.rb', line 7111 class Datatype < Struct.new( :id, :label) SENSITIVE = [] include Aws::Structure end |