Class: Aws::SSM::Types::ResetServiceSettingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResetServiceSettingResult
- 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
-
#service_setting ⇒ Types::ServiceSetting
The current, effective service setting after calling the ResetServiceSetting API operation.
Instance Attribute Details
#service_setting ⇒ Types::ServiceSetting
The current, effective service setting after calling the ResetServiceSetting API operation.
16621 16622 16623 16624 16625 |
# File 'lib/aws-sdk-ssm/types.rb', line 16621 class ResetServiceSettingResult < Struct.new( :service_setting) SENSITIVE = [] include Aws::Structure end |