Class: Aws::Types::SchemaColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


6731
6732
6733
# File 'sig/types.rbs', line 6731

def data_type
  @data_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6730
6731
6732
# File 'sig/types.rbs', line 6730

def name
  @name
end