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

Class: Aws::SSM::Types::UpdateServiceSettingRequest

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

Overview

Note:

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

{
  setting_id: "ServiceSettingId", # required
  setting_value: "ServiceSettingValue", # required
}

The request body of the UpdateServiceSetting API action.

Instance Attribute Summary collapse

Instance Attribute Details

#setting_idString

The Amazon Resource Name (ARN) of the service setting to reset. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled. The setting ID can be one of the following.

  • /ssm/parameter-store/default-parameter-tier

  • /ssm/parameter-store/high-throughput-enabled

  • /ssm/managed-instance/activation-tier

Returns:

  • (String)

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

#setting_valueString

The new value to specify for the service setting. For the /ssm/parameter-store/default-parameter-tier setting ID, the setting value can be one of the following.

  • Standard

  • Advanced

  • Intelligent-Tiering

For the /ssm/parameter-store/high-throughput-enabled, and /ssm/managed-instance/activation-tier setting IDs, the setting value can be true or false.

Returns:

  • (String)

    The new value to specify for the service setting.