You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResetServiceSettingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  setting_id: "ServiceSettingId", # required
}

The request body of the ResetServiceSetting API action.

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 /ssm/parameter-store/default-parameter-tier, /ssm/parameter-store/high-throughput-enabled, or /ssm/managed-instance/activation-tier. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the service setting to reset.