Class: Aws::PartnerCentralSelling::Types::CreateResourceSnapshotJobRequest

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 in which to create the snapshot job. Valid values are AWS and Sandbox.

Returns:

  • (String)


1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1009

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

#client_tokenString

Specifies a unique, client-generated UUID to ensure that the request is handled exactly once. This token helps prevent duplicate snapshot job creations.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1009

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

#engagement_identifierString

Specifies the identifier of the engagement associated with the resource to be snapshotted.

Returns:

  • (String)


1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1009

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

#resource_identifierString

Specifies the identifier of the specific resource to be snapshotted. The format depends on the ResourceType.

Returns:

  • (String)


1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1009

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

#resource_snapshot_template_identifierString

Specifies the name of the template that defines the schema for the snapshot.

Returns:

  • (String)


1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1009

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

#resource_typeString

The type of resource for which the snapshot job is being created. Must be one of the supported resource types Opportunity.

Returns:

  • (String)


1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1009

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