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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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>)


5180
5181
5182
5183
5184
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5180

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