Class: Aws::Types::DeleteAutoSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAutoSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::String
Returns the value of attribute date.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#date ⇒ ::String
Returns the value of attribute date.
890 891 892 |
# File 'sig/types.rbs', line 890 def date @date end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
889 890 891 |
# File 'sig/types.rbs', line 889 def resource_name @resource_name end |