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)


4435
4436
4437
# File 'sig/types.rbs', line 4435

def glue_studio_type
  @glue_studio_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4433
4434
4435
# File 'sig/types.rbs', line 4433

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4434
4435
4436
# File 'sig/types.rbs', line 4434

def type
  @type
end