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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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.



9101
9102
9103
9104
9105
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9101

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