Class: Aws::MemoryDB::Types::ListTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ListTagsRequest
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want the list of tags.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want the list of tags
2093 2094 2095 2096 2097 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2093 class ListTagsRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |