class Amazonite::Ssm::GetParameterRequest

Included Modules

Defined in:

ssm/get_parameter_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, with_decryption : Bool | Nil = nil) #

[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 name : String #

The name or Amazon Resource Name (ARN) of the parameter that you want to query. For parameters shared with you from another account, you must use the full ARN.

To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.


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

The name or Amazon Resource Name (ARN) of the parameter that you want to query. For parameters shared with you from another account, you must use the full ARN.

To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.


[View source]
def validate! : Nil #

[View source]
def with_decryption : Bool | Nil #

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.


[View source]
def with_decryption=(with_decryption : Bool | Nil) #

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.


[View source]