Class: Aws::CloudFront::Types::UpdateTrustStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateTrustStoreRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ca_certificates_bundle_source ⇒ Types::CaCertificatesBundleSource
The CA certificates bundle source.
-
#id ⇒ String
The trust store ID.
-
#if_match ⇒ String
The current version (
ETagvalue) of the trust store you are updating.
Instance Attribute Details
#ca_certificates_bundle_source ⇒ Types::CaCertificatesBundleSource
The CA certificates bundle source.
16885 16886 16887 16888 16889 16890 16891 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16885 class UpdateTrustStoreRequest < Struct.new( :id, :ca_certificates_bundle_source, :if_match) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The trust store ID.
16885 16886 16887 16888 16889 16890 16891 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16885 class UpdateTrustStoreRequest < Struct.new( :id, :ca_certificates_bundle_source, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (ETag value) of the trust store you are
updating.
16885 16886 16887 16888 16889 16890 16891 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 16885 class UpdateTrustStoreRequest < Struct.new( :id, :ca_certificates_bundle_source, :if_match) SENSITIVE = [] include Aws::Structure end |