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)


6763
6764
6765
# File 'sig/types.rbs', line 6763

def data_type
  @data_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6762
6763
6764
# File 'sig/types.rbs', line 6762

def name
  @name
end