Class: Aws::APIGateway::Types::ClientCertificates
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ClientCertificates
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents a collection of ClientCertificate resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ClientCertificate>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
#items ⇒ Array<Types::ClientCertificate>
The current page of elements from this collection.
449 450 451 452 453 454 |
# File 'lib/aws-sdk-apigateway/types.rb', line 449 class ClientCertificates < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
449 450 451 452 453 454 |
# File 'lib/aws-sdk-apigateway/types.rb', line 449 class ClientCertificates < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |