Class: Aws::VPCLattice::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags.

Returns:

  • (Hash<String,String>)


2335
2336
2337
2338
2339
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2335

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