You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::DAX::Types::TagResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::TagResourceResponse
- Defined in:
- gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb
Overview
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The list of tags that are associated with the DAX resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tags that are associated with the DAX resource.
1467 1468 1469 1470 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1467 class TagResourceResponse < Struct.new( :tags) include Aws::Structure end |