Class: Aws::ApiGatewayV2::Types::GetTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetTagsRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#resource_arn ⇒ String
4468 4469 4470 4471 4472 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4468 class GetTagsRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |