Class: Aws::APIGateway::Types::GetTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Gets the Tags collection for a given resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
(Not currently supported) The maximum number of returned results per page.
-
#position ⇒ String
(Not currently supported) The current pagination position in the paged result set.
-
#resource_arn ⇒ String
The ARN of a resource that can be tagged.
Instance Attribute Details
#limit ⇒ Integer
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
3186 3187 3188 3189 3190 3191 3192 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3186 class GetTagsRequest < Struct.new( :resource_arn, :position, :limit) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
(Not currently supported) The current pagination position in the paged result set.
3186 3187 3188 3189 3190 3191 3192 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3186 class GetTagsRequest < Struct.new( :resource_arn, :position, :limit) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of a resource that can be tagged.
3186 3187 3188 3189 3190 3191 3192 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3186 class GetTagsRequest < Struct.new( :resource_arn, :position, :limit) SENSITIVE = [] include Aws::Structure end |