class
Amazonite::Ssm::ResetServiceSettingResult
- Amazonite::Ssm::ResetServiceSettingResult
- Reference
- Object
Overview
The result body of the ResetServiceSetting API operation.
Included Modules
- JSON::Serializable
Defined in:
ssm/reset_service_setting_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(service_setting : ServiceSetting | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#service_setting : ServiceSetting | Nil
The current, effective service setting after calling the ResetServiceSetting API operation.
-
#service_setting=(service_setting : ServiceSetting | Nil)
The current, effective service setting after calling the ResetServiceSetting API operation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def service_setting : ServiceSetting | Nil
#
The current, effective service setting after calling the ResetServiceSetting API operation.
def service_setting=(service_setting : ServiceSetting | Nil)
#
The current, effective service setting after calling the ResetServiceSetting API operation.