Class: Aws::Types::BatchDeleteClusterSnapshotsResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteClusterSnapshotsResult
- 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.
155 156 157 |
# File 'sig/types.rbs', line 155 def errors @errors end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
154 155 156 |
# File 'sig/types.rbs', line 154 def resources @resources end |