Class: Aws::PartnerCentralSelling::Types::DeleteResourceSnapshotJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::DeleteResourceSnapshotJobRequest
- Defined in:
- gems/aws-sdk-partnercentralselling/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
.
1193 1194 1195 1196 1197 1198 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1193 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.
1193 1194 1195 1196 1197 1198 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1193 class DeleteResourceSnapshotJobRequest < Struct.new( :catalog, :resource_snapshot_job_identifier) SENSITIVE = [] include Aws::Structure end |