Class: Aws::PinpointEmail::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/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
)
2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2074 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |