class
Amazonite::Ssm::MaintenanceWindowTaskParameterValueExpression
Overview
Defines the values for a task parameter.
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_task_parameter_value_expression.crConstructors
- .new(pull : JSON::PullParser)
- .new(values : Array(String) | 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) - #validate! : Nil
-
#values : Array(String) | Nil
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
-
#values=(values : Array(String) | Nil)
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
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 values : Array(String) | Nil
#
This field contains an array of 0 or more strings, each 1 to 255 characters in length.
def values=(values : Array(String) | Nil)
#
This field contains an array of 0 or more strings, each 1 to 255 characters in length.