Class: Aws::PartnerCentralSelling::Types::GetResourceSnapshotRequest

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 from the production AWS environment.

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

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2349

class GetResourceSnapshotRequest < Struct.new(
  :catalog,
  :engagement_identifier,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#engagement_identifierString

The unique identifier of the engagement associated with the snapshot. This field links the snapshot to a specific engagement context.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2349

class GetResourceSnapshotRequest < Struct.new(
  :catalog,
  :engagement_identifier,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The unique identifier of the specific resource that was snapshotted. The format and constraints of this identifier depend on the ResourceType specified. For ‘Opportunity` type, it will be an `opportunity ID`

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2349

class GetResourceSnapshotRequest < Struct.new(
  :catalog,
  :engagement_identifier,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#resource_snapshot_template_identifierString

he name of the template that defines the schema for the snapshot. This template determines which subset of the resource data is included in the snapshot and must correspond to an existing and valid template for the specified ‘ResourceType`.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2349

class GetResourceSnapshotRequest < Struct.new(
  :catalog,
  :engagement_identifier,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Specifies the type of resource that was snapshotted. This field determines the structure and content of the snapshot payload. Valid value includes:‘Opportunity`: For opportunity-related data.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2349

class GetResourceSnapshotRequest < Struct.new(
  :catalog,
  :engagement_identifier,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionInteger

Specifies which revision of the snapshot to retrieve. If omitted returns the latest revision.

Returns:

  • (Integer)


2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2349

class GetResourceSnapshotRequest < Struct.new(
  :catalog,
  :engagement_identifier,
  :resource_identifier,
  :resource_snapshot_template_identifier,
  :resource_type,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end