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.



16855
16856
16857
16858
16859
16860
16861
# File 'lib/aws-sdk-cloudfront/types.rb', line 16855

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

#idString

The trust store ID.



16855
16856
16857
16858
16859
16860
16861
# File 'lib/aws-sdk-cloudfront/types.rb', line 16855

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

#if_matchString

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



16855
16856
16857
16858
16859
16860
16861
# File 'lib/aws-sdk-cloudfront/types.rb', line 16855

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