class Amazonite::SsmV1::AttachmentsSource
- Amazonite::SsmV1::AttachmentsSource
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/attachments_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : AttachmentsSourceKey | Nil = nil, values : Array(String) | Nil = nil, name : String | Nil = nil)
Instance Method Summary
- #key : AttachmentsSourceKey | Nil
- #key=(key : AttachmentsSourceKey | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #values : Array(String) | Nil
- #values=(values : Array(String) | Nil)
Constructor Detail
def self.new(key : AttachmentsSourceKey | Nil = nil, values : Array(String) | Nil = nil, name : String | Nil = nil)
#