Class: Aws::SSM::Types::ResetServiceSettingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResetServiceSettingRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The request body of the ResetServiceSetting API operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#setting_id ⇒ String
The Amazon Resource Name (ARN) of the service setting to reset.
Instance Attribute Details
#setting_id ⇒ String
The Amazon Resource Name (ARN) of the service setting to reset. The setting ID can be one of the following.
-
‘/ssm/managed-instance/default-ec2-instance-management-role`
-
‘/ssm/automation/customer-script-log-destination`
-
‘/ssm/automation/customer-script-log-group-name`
-
‘/ssm/documents/console/public-sharing-permission`
-
‘/ssm/managed-instance/activation-tier`
-
‘/ssm/opsinsights/opscenter`
-
‘/ssm/parameter-store/default-parameter-tier`
-
‘/ssm/parameter-store/high-throughput-enabled`
16089 16090 16091 16092 16093 |
# File 'lib/aws-sdk-ssm/types.rb', line 16089 class ResetServiceSettingRequest < Struct.new( :setting_id) SENSITIVE = [] include Aws::Structure end |