Class: Aws::Types::BatchModifyClusterSnapshotsOutputMessage
- Inherits:
-
Object
- Object
- Aws::Types::BatchModifyClusterSnapshotsOutputMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::SnapshotErrorMessage]
Returns the value of attribute errors.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
Instance Attribute Details
#errors ⇒ ::Array[Types::SnapshotErrorMessage]
Returns the value of attribute errors.
174 175 176 |
# File 'sig/types.rbs', line 174 def errors @errors end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
173 174 175 |
# File 'sig/types.rbs', line 173 def resources @resources end |