struct Awscr::SSM::ParameterHistory

Defined in:

awscr-ssm/model.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(allowed_pattern : String | Nil = nil, description : String | Nil = nil, key_id : String | Nil = nil, labels : String | Nil = nil, last_modified_date : Time | Nil = nil, last_modified_user : String | Nil = nil, name : String = "", type : String = "", value : String = "", version : Int64 = 0.to_i64) #

[View source]

Instance Method Detail

def allowed_pattern : String? #

[View source]
def description : String? #

[View source]
def key_id : String? #

[View source]
def labels : String? #

[View source]
def last_modified_date : Time? #

[View source]
def last_modified_user : String? #

[View source]
def name : String #

[View source]
def type : String #

[View source]
def value : String #

[View source]
def version : Int64 #

[View source]