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