Class: Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsResponse

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 are defined. Acceptable values include ‘AWS` for production and `Sandbox` for testing environments.

Returns:

  • (String)


4538
4539
4540
4541
4542
4543
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4538

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

#resource_snapshot_job_role_arnString

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

Returns:

  • (String)


4538
4539
4540
4541
4542
4543
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4538

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