Class: Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::PutSellingSystemSettingsResponse
- 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 are defined.
-
#resource_snapshot_job_role_arn ⇒ 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 are defined. Acceptable values include ‘AWS` for production and `Sandbox` for testing environments.
4510 4511 4512 4513 4514 4515 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4510 class PutSellingSystemSettingsResponse < Struct.new( :catalog, :resource_snapshot_job_role_arn) SENSITIVE = [] include Aws::Structure end |
#resource_snapshot_job_role_arn ⇒ String
Specifies the ARN of the IAM Role used for resource snapshot job executions.
4510 4511 4512 4513 4514 4515 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4510 class PutSellingSystemSettingsResponse < Struct.new( :catalog, :resource_snapshot_job_role_arn) SENSITIVE = [] include Aws::Structure end |