Class: Aws::APIGateway::Types::ClientCertificate

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

Overview

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_certificate_idString

The identifier of the client certificate.

Returns:

  • (String)


429
430
431
432
433
434
435
436
437
438
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 429

class ClientCertificate < Struct.new(
  :client_certificate_id,
  :description,
  :pem_encoded_certificate,
  :created_date,
  :expiration_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The timestamp when the client certificate was created.

Returns:

  • (Time)


429
430
431
432
433
434
435
436
437
438
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 429

class ClientCertificate < Struct.new(
  :client_certificate_id,
  :description,
  :pem_encoded_certificate,
  :created_date,
  :expiration_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the client certificate.

Returns:

  • (String)


429
430
431
432
433
434
435
436
437
438
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 429

class ClientCertificate < Struct.new(
  :client_certificate_id,
  :description,
  :pem_encoded_certificate,
  :created_date,
  :expiration_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_dateTime

The timestamp when the client certificate will expire.

Returns:

  • (Time)


429
430
431
432
433
434
435
436
437
438
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 429

class ClientCertificate < Struct.new(
  :client_certificate_id,
  :description,
  :pem_encoded_certificate,
  :created_date,
  :expiration_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#pem_encoded_certificateString

The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

Returns:

  • (String)


429
430
431
432
433
434
435
436
437
438
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 429

class ClientCertificate < Struct.new(
  :client_certificate_id,
  :description,
  :pem_encoded_certificate,
  :created_date,
  :expiration_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The collection of tags. Each tag element is associated with a given resource.

Returns:

  • (Hash<String,String>)


429
430
431
432
433
434
435
436
437
438
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 429

class ClientCertificate < Struct.new(
  :client_certificate_id,
  :description,
  :pem_encoded_certificate,
  :created_date,
  :expiration_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end