class
Amazonite::Ssm::LabelParameterVersionRequest
- Amazonite::Ssm::LabelParameterVersionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/label_parameter_version_request.crConstructors
- .new(name : String, labels : Array(String), parameter_version : Int64 | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#labels : Array(String)
One or more labels to attach to the specified parameter version.
-
#labels=(labels : Array(String))
One or more labels to attach to the specified parameter version.
-
#name : String
The parameter name on which you want to attach one or more labels.
-
#name=(name : String)
The parameter name on which you want to attach one or more labels.
-
#parameter_version : Int64 | Nil
The specific version of the parameter on which you want to attach one or more labels.
-
#parameter_version=(parameter_version : Int64 | Nil)
The specific version of the parameter on which you want to attach one or more labels.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
One or more labels to attach to the specified parameter version.
The parameter name on which you want to attach one or more labels.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
The parameter name on which you want to attach one or more labels.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.
The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.