struct Lightsail::TagResourceRequest
- Lightsail::TagResourceRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(resourceName : String, tags : Array(Tag), resourceArn : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #fill_in(request : HTTP::Request) : HTTP::Request
- #resourceArn : String | Nil
- #resourceArn=(resourceArn : String | Nil)
- #resourceName : String
- #resourceName=(resourceName : String)
- #tags : Array(Tag)
- #tags=(tags : Array(Tag))