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.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
908 909 910 |
# File 'sig/types.rbs', line 908 def comment @comment end |
#name ⇒ ::String
Returns the value of attribute name.
906 907 908 |
# File 'sig/types.rbs', line 906 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
909 910 911 |
# File 'sig/types.rbs', line 909 def parameters @parameters end |
#type ⇒ ::String
Returns the value of attribute type.
907 908 909 |
# File 'sig/types.rbs', line 907 def type @type end |