Class: Aws::AppFabric::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A map of the key-value pairs for the tag or tags assigned to the specified resource.

Returns:



1414
1415
1416
1417
1418
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1414

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