Class: Aws::PartnerCentralSelling::Types::StopResourceSnapshotJobRequest

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

  • Sandbox: Stops the request from a sandbox environment used for testing or development purposes.

Returns:

  • (String)


6045
6046
6047
6048
6049
6050
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6045

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

#resource_snapshot_job_identifierString

The identifier of the job to stop.

Returns:

  • (String)


6045
6046
6047
6048
6049
6050
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6045

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