Class: Aws::APIGateway::Types::Tags

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

Overview

The collection of tags. Each tag element is associated with a given resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The collection of tags. Each tag element is associated with a given resource.

Returns:

  • (Hash<String,String>)


4889
4890
4891
4892
4893
# File 'lib/aws-sdk-apigateway/types.rb', line 4889

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