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)


1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1188

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)


1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1188

class DeleteResourceSnapshotJobRequest < Struct.new(
  :catalog,
  :resource_snapshot_job_identifier)
  SENSITIVE = []
  include Aws::Structure
end