Class: Aws::SSM::Types::ResetServiceSettingRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#setting_idString

The Amazon Resource Name (ARN) of the service setting to reset. 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`

Returns:

  • (String)


16606
16607
16608
16609
16610
# File 'lib/aws-sdk-ssm/types.rb', line 16606

class ResetServiceSettingRequest < Struct.new(
  :setting_id)
  SENSITIVE = []
  include Aws::Structure
end