Class: Aws::Types::DeleteResourceSnapshotJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourceSnapshotJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#resource_snapshot_job_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_job_identifier.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
334 335 336 |
# File 'sig/types.rbs', line 334 def catalog @catalog end |
#resource_snapshot_job_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_job_identifier.
335 336 337 |
# File 'sig/types.rbs', line 335 def resource_snapshot_job_identifier @resource_snapshot_job_identifier end |