class Amazonite::Ssm::LabelParameterVersionRequest

Included Modules

Defined in:

ssm/label_parameter_version_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, labels : Array(String), parameter_version : Int64 | Nil = nil) #

[View source]
def self.new(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 attach to the specified parameter version.


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

One or more labels to attach to the specified parameter version.


[View source]
def name : String #

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.


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

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.


[View source]
def parameter_version : Int64 | Nil #

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.


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

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.


[View source]
def validate! : Nil #

[View source]