class Amazonite::SsmV1::PutParameterRequest

Included Modules

Defined in:

ssm_v1/put_parameter_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String, description : String | Nil = nil, type : ParameterType | Nil = nil, key_id : String | Nil = nil, overwrite : Bool | Nil = nil, allowed_pattern : String | Nil = nil, tags : Array(Tag) | Nil = nil, tier : ParameterTier | Nil = nil, policies : String | Nil = nil, data_type : String | Nil = nil) #

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

[View source]

Instance Method Detail

def allowed_pattern : String | Nil #

[View source]
def allowed_pattern=(allowed_pattern : String | Nil) #

[View source]
def data_type : String | Nil #

[View source]
def data_type=(data_type : String | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def key_id : String | Nil #

[View source]
def key_id=(key_id : String | Nil) #

[View source]
def name : String #

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

[View source]
def overwrite : Bool | Nil #

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

[View source]
def policies : String | Nil #

[View source]
def policies=(policies : String | Nil) #

[View source]
def tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]
def tier : ParameterTier | Nil #

[View source]
def tier=(tier : ParameterTier | Nil) #

[View source]
def type : ParameterType | Nil #

[View source]
def type=(type : ParameterType | Nil) #

[View source]
def value : String #

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

[View source]