Class: Aws::SSM::Types::ResetServiceSettingResult

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

Overview

The result body of the ResetServiceSetting API action.

Instance Attribute Summary collapse

Instance Attribute Details

#service_settingTypes::ServiceSetting

The current, effective service setting after calling the ResetServiceSetting API action.



13823
13824
13825
13826
# File 'lib/aws-sdk-ssm/types.rb', line 13823

class ResetServiceSettingResult < Struct.new(
  :service_setting)
  include Aws::Structure
end