Class: Aws::RedshiftServerless::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs assigned to the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs assigned to the resource.
1881 1882 1883 1884 1885 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1881 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |