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
)
5298 5299 5300 5301 5302 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 5298 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |