class AmazonAppConfig::UntagResourceRequest

Included Modules

Defined in:

clients/appconfig.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestJSON::Structure

process(request : HTTP::Request) process, serialize(json : JSON::Builder) serialize

Constructor Detail

def self.new(resource_arn : String, tag_keys : Array(String)) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def resource_arn : String #

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

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

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

[View source]