Class: Aws::Types::ColumnInformation
- Inherits:
-
Object
- Object
- Aws::Types::ColumnInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
683 684 685 |
# File 'sig/types.rbs', line 683 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
684 685 686 |
# File 'sig/types.rbs', line 684 def type @type end |