class Amazonite::DynamoDBV2::UntagResourceInput

Included Modules

Defined in:

dynamodb_v2/untag_resource_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[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]