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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The request body of the GetServiceSetting API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#setting_idString

The ID of the service setting to get. 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`

Returns:

  • (String)


9151
9152
9153
9154
9155
# File 'lib/aws-sdk-ssm/types.rb', line 9151

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