Class: Aws::SSM::Types::GetServiceSettingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetServiceSettingResult
- 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
-
#service_setting ⇒ Types::ServiceSetting
The query result of the current service setting.
Instance Attribute Details
#service_setting ⇒ Types::ServiceSetting
The query result of the current service setting.
9199 9200 9201 9202 9203 |
# File 'lib/aws-sdk-ssm/types.rb', line 9199 class GetServiceSettingResult < Struct.new( :service_setting) SENSITIVE = [] include Aws::Structure end |