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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_settingTypes::ServiceSetting

The query result of the current service setting.



9165
9166
9167
9168
9169
# File 'lib/aws-sdk-ssm/types.rb', line 9165

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