Class: Aws::CloudFront::Types::UpdateTrustStoreRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificates_bundle_sourceTypes::CaCertificatesBundleSource

The CA certificates bundle source.



16956
16957
16958
16959
16960
16961
16962
16963
# File 'lib/aws-sdk-cloudfront/types.rb', line 16956

class UpdateTrustStoreRequest < Struct.new(
  :id,
  :ca_certificates_bundle_source,
  :use_client_certificate_ocsp_endpoint,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The trust store ID.

Returns:

  • (String)


16956
16957
16958
16959
16960
16961
16962
16963
# File 'lib/aws-sdk-cloudfront/types.rb', line 16956

class UpdateTrustStoreRequest < Struct.new(
  :id,
  :ca_certificates_bundle_source,
  :use_client_certificate_ocsp_endpoint,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The current version (‘ETag` value) of the trust store you are updating.

Returns:

  • (String)


16956
16957
16958
16959
16960
16961
16962
16963
# File 'lib/aws-sdk-cloudfront/types.rb', line 16956

class UpdateTrustStoreRequest < Struct.new(
  :id,
  :ca_certificates_bundle_source,
  :use_client_certificate_ocsp_endpoint,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#use_client_certificate_ocsp_endpointBoolean

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

Returns:

  • (Boolean)


16956
16957
16958
16959
16960
16961
16962
16963
# File 'lib/aws-sdk-cloudfront/types.rb', line 16956

class UpdateTrustStoreRequest < Struct.new(
  :id,
  :ca_certificates_bundle_source,
  :use_client_certificate_ocsp_endpoint,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end