class Amazonite::SsmV1::GetParameterRequest

Included Modules

Defined in:

ssm_v1/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]

Instance Method Detail

def name : String #

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

[View source]
def with_decryption : Bool | Nil #

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

[View source]