You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListTagsForResourceResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
An array that lists all the tags that are associated with the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
An array that lists all the tags that are associated with the resource.
Each tag consists of a required tag key (Key
) and an associated tag
value (Value
)