Class: Aws::ApiGatewayV2::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::TagResourceInput
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for a TagResource request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The collection of tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The collection of tags. Each tag element is associated with a given resource.
5656 5657 5658 5659 5660 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5656 class TagResourceInput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |