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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


9087
9088
9089
9090
9091
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9087

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