Class: Aws::PartnerCentralSelling::Types::StartResourceSnapshotJobRequest

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.

Returns:

  • (String)


5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5175

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

#resource_snapshot_job_identifierString

The identifier of the resource snapshot job to start.

Returns:

  • (String)


5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5175

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