Class: Aws::Types::ChangeBatch
- Inherits:
-
Object
- Object
- Aws::Types::ChangeBatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changes ⇒ ::Array[Types::Change]
Returns the value of attribute changes.
-
#comment ⇒ ::String
Returns the value of attribute comment.
Instance Attribute Details
#changes ⇒ ::Array[Types::Change]
Returns the value of attribute changes.
61 62 63 |
# File 'sig/types.rbs', line 61 def changes @changes end |
#comment ⇒ ::String
Returns the value of attribute comment.
60 61 62 |
# File 'sig/types.rbs', line 60 def comment @comment end |