Class: Aws::Types::ColumnSemanticProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_notesTypes::AdditionalNotes

Returns the value of attribute additional_notes.



1842
1843
1844
# File 'sig/types.rbs', line 1842

def additional_notes
  @additional_notes
end

#descriptionTypes::ColumnDescription

Returns the value of attribute description.



1841
1842
1843
# File 'sig/types.rbs', line 1841

def description
  @description
end

#semantic_typeTypes::ColumnSemanticType

Returns the value of attribute semantic_type.



1843
1844
1845
# File 'sig/types.rbs', line 1843

def semantic_type
  @semantic_type
end