Class: Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsRequest

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 in which the settings will be updated. Acceptable values include ‘AWS` for production and `Sandbox` for testing environments.

Returns:

  • (String)


4490
4491
4492
4493
4494
4495
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4490

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

#resource_snapshot_job_role_identifierString

Specifies the ARN of the IAM Role used for resource snapshot job executions.

Returns:

  • (String)


4490
4491
4492
4493
4494
4495
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4490

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