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

Class: Aws::SSM::Types::GetServiceSettingRequest

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

Overview

Note:

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

{
  setting_id: "ServiceSettingId", # required
}

The request body of the GetServiceSetting API action.

Instance Attribute Summary collapse

Instance Attribute Details

#setting_idString

The ID of the service setting to get. The setting ID can be /ssm/parameter-store/default-parameter-tier, /ssm/parameter-store/high-throughput-enabled, or /ssm/managed-instance/activation-tier.

Returns:

  • (String)

    The ID of the service setting to get.