Class: Aws::Amplify::Types::ListTagsForResourceResponse

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

Overview

The response for the list tags for resource request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A list of tags for the specified The Amazon Resource Name (ARN).

Returns:

  • (Hash<String,String>)


2139
2140
2141
2142
2143
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2139

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