Class: Aws::APIGateway::Types::ClientCertificates

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

Overview

Represents a collection of ClientCertificate resources.

<div class=“seeAlso” markdown=“1”>

Use Client-Side Certificate][1

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-client-side-ssl-authentication.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ClientCertificate>

The current page of elements from this collection.

Returns:



601
602
603
604
605
606
# File 'lib/aws-sdk-apigateway/types.rb', line 601

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

#positionString

Returns:

  • (String)


601
602
603
604
605
606
# File 'lib/aws-sdk-apigateway/types.rb', line 601

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