Class: Aws::APIGateway::Types::GetClientCertificatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetClientCertificatesRequest
- Includes:
- Structure
- Defined in:
- 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
-
#limit ⇒ Integer
The maximum number of returned results per page.
-
#position ⇒ String
The current pagination position in the paged result set.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2295 class GetClientCertificatesRequest < Struct.new( :position, :limit) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
2295 2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2295 class GetClientCertificatesRequest < Struct.new( :position, :limit) SENSITIVE = [] include Aws::Structure end |