class Amazonite::Ssm::UnlabelParameterVersionRequest

Included Modules

Defined in:

ssm/unlabel_parameter_version_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, parameter_version : Int64, labels : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def labels : Array(String) #

One or more labels to delete from the specified parameter version.


[View source]
def labels=(labels : Array(String)) #

One or more labels to delete from the specified parameter version.


[View source]
def name : String #

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.


[View source]
def name=(name : String) #

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.


[View source]
def parameter_version : Int64 #

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.


[View source]
def parameter_version=(parameter_version : Int64) #

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.


[View source]
def validate! : Nil #

[View source]