Class: Aws::PartnerCentralSelling::Types::DeleteResourceSnapshotJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::DeleteResourceSnapshotJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog from which to delete the snapshot job.
-
#resource_snapshot_job_identifier ⇒ String
The unique identifier of the resource snapshot job to be deleted.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog from which to delete the snapshot job. Valid values are ‘AWS` and `Sandbox`.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1191 class DeleteResourceSnapshotJobRequest < Struct.new( :catalog, :resource_snapshot_job_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_snapshot_job_identifier ⇒ String
The unique identifier of the resource snapshot job to be deleted.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1191 class DeleteResourceSnapshotJobRequest < Struct.new( :catalog, :resource_snapshot_job_identifier) SENSITIVE = [] include Aws::Structure end |