Class: Aws::CloudFront::Types::TrustStore

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

Overview

A trust store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The trust store’s Amazon Resource Name (ARN).

Returns:

  • (String)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The trust store’s ID.

Returns:

  • (String)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The trust store’s last modified time.

Returns:

  • (Time)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The trust store’s name.

Returns:

  • (String)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_ca_certificatesInteger

The trust store’s number of CA certificates.

Returns:

  • (Integer)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The trust store’s reason.

Returns:

  • (String)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The trust store’s status.

Returns:

  • (String)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#use_client_certificate_ocsp_endpointBoolean

A Boolean that determines whether the trust store uses the CA certificate’s OCSP endpoint to check certificate revocation status.

Returns:

  • (Boolean)


15740
15741
15742
15743
15744
15745
15746
15747
15748
15749
15750
15751
# File 'lib/aws-sdk-cloudfront/types.rb', line 15740

class TrustStore < Struct.new(
  :id,
  :arn,
  :name,
  :status,
  :number_of_ca_certificates,
  :last_modified_time,
  :reason,
  :use_client_certificate_ocsp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end