Class: Aws::MemoryDB::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource for which you want the list of tags

Returns:

  • (String)


2065
2066
2067
2068
2069
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2065

class ListTagsRequest < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end