Class: Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog in which the settings will be updated.
-
#resource_snapshot_job_role_identifier ⇒ String
Specifies the ARN of the IAM Role used for resource snapshot job executions.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog in which the settings will be updated. Acceptable values include ‘AWS` for production and `Sandbox` for testing environments.
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_identifier ⇒ String
Specifies the ARN of the IAM Role used for resource snapshot job executions.
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 |