Class: Aws::Types::ColumnSchema

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)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def data_type
  @data_type
end

#geographic_role::String

Returns the value of attribute geographic_role.

Returns:

  • (::String)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def geographic_role
  @geographic_role
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def name
  @name
end