Class: Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsRequest
- Defined in:
- gems/aws-sdk-partnercentralselling/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.
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_identifier ⇒ String
Specifies the ARN of the IAM Role used for resource snapshot job executions.
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 |