Class: Aws::Finspace::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A list of all tags for a resource.

Returns:

  • (Hash<String,String>)


4504
4505
4506
4507
4508
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4504

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