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 operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_settingTypes::ServiceSetting

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



15736
15737
15738
15739
15740
# File 'lib/aws-sdk-ssm/types.rb', line 15736

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