struct
Awscr::SSM::Parameter
- Awscr::SSM::Parameter
- Struct
- Value
- Object
Defined in:
awscr-ssm/model.crConstructors
Instance Method Summary
- #arn : String?
- #last_modified_date : Time?
- #name : String
- #selector : String?
- #type : String
- #value : String
- #version : Int64
Constructor Detail
def self.new(arn : String | Nil = nil, last_modified_date : Time | Nil = nil, name : String = "", selector : String | Nil = nil, type : String = "", value : String = "", version : Int64 = 0.to_i64)
#