Class: Aws::Types::Column
- Inherits:
-
Object
- Object
- Aws::Types::Column
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
153 154 155 |
# File 'sig/types.rbs', line 153 def comment @comment end |
#name ⇒ ::String
Returns the value of attribute name.
151 152 153 |
# File 'sig/types.rbs', line 151 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
152 153 154 |
# File 'sig/types.rbs', line 152 def type @type end |