Class: Aws::ApiGatewayV2::Types::GetTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetTagsResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
4450 4451 4452 4453 4454 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4450 class GetTagsResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |