Class: Aws::SSM::Types::GetServiceSettingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetServiceSettingRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The request body of the GetServiceSetting API operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#setting_id ⇒ String
The ID of the service setting to get.
Instance Attribute Details
#setting_id ⇒ String
The ID of the service setting to get. The setting ID can be one of the following.
/ssm/appmanager/appmanager-enabled
/ssm/automation/customer-script-log-destination
/ssm/automation/customer-script-log-group-name
/ssm/automation/enable-adaptive-concurrency
/ssm/documents/console/public-sharing-permission
/ssm/managed-instance/activation-tier
/ssm/managed-instance/default-ec2-instance-management-role
/ssm/opsinsights/opscenter
/ssm/parameter-store/default-parameter-tier
/ssm/parameter-store/high-throughput-enabled
9384 9385 9386 9387 9388 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9384 class GetServiceSettingRequest < Struct.new( :setting_id) SENSITIVE = [] include Aws::Structure end |