Class: Aws::APIGateway::Types::GetTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Gets the Tags collection for a given resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)


2997
2998
2999
3000
3001
3002
3003
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2997

class GetTagsRequest < Struct.new(
  :resource_arn,
  :position,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

(Not currently supported) The current pagination position in the paged result set.

Returns:

  • (String)


2997
2998
2999
3000
3001
3002
3003
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2997

class GetTagsRequest < Struct.new(
  :resource_arn,
  :position,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of a resource that can be tagged.

Returns:

  • (String)


2997
2998
2999
3000
3001
3002
3003
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2997

class GetTagsRequest < Struct.new(
  :resource_arn,
  :position,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end