Class: Aws::SESV2::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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)
5763 5764 5765 5766 5767 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5763 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |