Class: Aws::PartnerCentralSelling::Types::DeleteResourceSnapshotJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Specifies the catalog from which to delete the snapshot job. Valid values are AWS and Sandbox.

Returns:

  • (String)


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_identifierString

The unique identifier of the resource snapshot job to be deleted.

Returns:

  • (String)


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