Class: Aws::SSM::Types::ResetServiceSettingRequest

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 ResetServiceSettingRequest data as a hash:

{
  setting_id: "ServiceSettingId", # required
}

The request body of the ResetServiceSetting API action.

Instance Attribute Summary collapse

Instance Attribute Details

#setting_idString

The ID of the service setting to reset.

Returns:

  • (String)


13809
13810
13811
13812
# File 'lib/aws-sdk-ssm/types.rb', line 13809

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