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

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

Overview

Note:

When making an API call, you may pass GetServiceSettingRequest data as a 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.

Returns:

  • (String)


8113
8114
8115
8116
# File 'lib/aws-sdk-ssm/types.rb', line 8113

class GetServiceSettingRequest < Struct.new(
  :setting_id)
  include Aws::Structure
end