Class: Aws::AppSync::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A ‘TagMap` object.

Returns:

  • (Hash<String,String>)


3464
3465
3466
3467
3468
# File 'lib/aws-sdk-appsync/types.rb', line 3464

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