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

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

Returns:

  • (String)


4509
4510
4511
4512
4513
4514
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4509

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)


4509
4510
4511
4512
4513
4514
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4509

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