Class: Aws::Types::StartResourceSnapshotJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartResourceSnapshotJobRequest
- 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.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def catalog @catalog end |
#resource_snapshot_job_identifier ⇒ ::String
Returns the value of attribute resource_snapshot_job_identifier.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def resource_snapshot_job_identifier @resource_snapshot_job_identifier end |