Class: Aws::AppTest::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags of the resource.

Returns:

  • (Hash<String,String>)


1311
1312
1313
1314
1315
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1311

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