Class: Aws::Types::GetResourceSnapshotJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceSnapshotJobRequest
- 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.
588 589 590 |
# File 'sig/types.rbs', line 588 def catalog @catalog end |
#resource_snapshot_job_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_job_identifier.
589 590 591 |
# File 'sig/types.rbs', line 589 def resource_snapshot_job_identifier @resource_snapshot_job_identifier end |