struct
Awscr::SSM::ParameterHistory
- Awscr::SSM::ParameterHistory
- Struct
- Value
- Object
Defined in:
awscr-ssm/model.crConstructors
Instance Method Summary
- #allowed_pattern : String?
- #description : String?
- #key_id : String?
- #labels : String?
- #last_modified_date : Time?
- #last_modified_user : String?
- #name : String
- #type : String
- #value : String
- #version : Int64
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)
#