Class: Aws::APIGateway::Types::GetClientCertificatesRequest

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

Overview

A request to get information about a collection of ClientCertificate resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)


2295
2296
2297
2298
2299
2300
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2295

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

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


2295
2296
2297
2298
2299
2300
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2295

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