class
Amazonite::Ssm::UnlabelParameterVersionRequest
- Amazonite::Ssm::UnlabelParameterVersionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/unlabel_parameter_version_request.crConstructors
- .new(name : String, parameter_version : Int64, labels : Array(String))
- .new(pull : JSON::PullParser)
- .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) -
#labels : Array(String)
One or more labels to delete from the specified parameter version.
-
#labels=(labels : Array(String))
One or more labels to delete from the specified parameter version.
-
#name : String
The name of the parameter from which you want to delete one or more labels.
-
#name=(name : String)
The name of the parameter from which you want to delete one or more labels.
-
#parameter_version : Int64
The specific version of the parameter which you want to delete one or more labels from.
-
#parameter_version=(parameter_version : Int64)
The specific version of the parameter which you want to delete one or more labels from.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
One or more labels to delete from the specified parameter version.
The name of the parameter from which you want to delete one or more labels.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
The name of the parameter from which you want to delete 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 which you want to delete one or more labels from. If it isn't present, the call will fail.
The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.