Class: Aws::PartnerCentralSelling::Types::GetResourceSnapshotJobRequest

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 related to the request. Valid values are:

  • AWS: Retrieves the snapshot job from the production AWS environment.

  • Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.

Returns:

  • (String)


2213
2214
2215
2216
2217
2218
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2213

class GetResourceSnapshotJobRequest < 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 retrieved. This identifier is crucial for pinpointing the specific job you want to query.

Returns:

  • (String)


2213
2214
2215
2216
2217
2218
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2213

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