Class: Aws::RedshiftServerless::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A map of the key-value pairs assigned to the resource.

Returns:



1262
1263
1264
1265
1266
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1262

class ListTagsForResourceResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end