Class: Aws::Types::GlueStudioSchemaColumn

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#glue_studio_type::String

Returns the value of attribute glue_studio_type.

Returns:

  • (::String)


4416
4417
4418
# File 'sig/types.rbs', line 4416

def glue_studio_type
  @glue_studio_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4414
4415
4416
# File 'sig/types.rbs', line 4414

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4415
4416
4417
# File 'sig/types.rbs', line 4415

def type
  @type
end