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.
5358 5359 5360 5361 5362 5363 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5358 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.
5358 5359 5360 5361 5362 5363 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5358 class PutSellingSystemSettingsRequest < Struct.new( :catalog, :resource_snapshot_job_role_identifier) SENSITIVE = [] include Aws::Structure end |