Class: Aws::Types::SchemaChangeDetails
- Inherits:
-
Object
- Object
- Aws::Types::SchemaChangeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "ADD", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
981 982 983 |
# File 'sig/types.rbs', line 981 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
979 980 981 |
# File 'sig/types.rbs', line 979 def name @name end |
#type ⇒ "ADD", ...
Returns the value of attribute type.
980 981 982 |
# File 'sig/types.rbs', line 980 def type @type end |