class
Amazonite::Ssm::OpsItemDataValue
- Amazonite::Ssm::OpsItemDataValue
- Reference
- Object
Overview
An object that defines the value of the key and its type in the OperationalData map.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_item_data_value.crConstructors
- .new(pull : JSON::PullParser)
- .new(value : String | Nil = nil, type : OpsItemDataType | 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) -
#type : OpsItemDataType | Nil
The type of key-value pair.
-
#type=(type : OpsItemDataType | Nil)
The type of key-value pair.
- #validate! : Nil
-
#value : String | Nil
The value of the OperationalData key.
-
#value=(value : String | Nil)
The value of the OperationalData key.
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 type : OpsItemDataType | Nil
#
The type of key-value pair. Valid types include SearchableString and String.
def type=(type : OpsItemDataType | Nil)
#
The type of key-value pair. Valid types include SearchableString and String.