Class: Aws::SSM::Types::GetServiceSettingResult

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

Overview

The query result body of the GetServiceSetting API action.

Instance Attribute Summary collapse

Instance Attribute Details

#service_settingTypes::ServiceSetting

The query result of the current service setting.



8126
8127
8128
8129
# File 'lib/aws-sdk-ssm/types.rb', line 8126

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