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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_identifierString

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

Returns:

  • (String)


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