struct Lightsail::UntagResourceRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resourceName : String, tagKeys : Array(String), resourceArn : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def resourceArn : String | Nil #

[View source]
def resourceArn=(resourceArn : String | Nil) #

[View source]
def resourceName : String #

[View source]
def resourceName=(resourceName : String) #

[View source]
def tagKeys : Array(String) #

[View source]
def tagKeys=(tagKeys : Array(String)) #

[View source]