Class: Aws::CloudFront::Types::DeleteTrustStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteTrustStoreRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The trust store's ID.
-
#if_match ⇒ String
The current version (
ETagvalue) of the trust store you are deleting.
Instance Attribute Details
#id ⇒ String
The trust store's ID.
4579 4580 4581 4582 4583 4584 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4579 class DeleteTrustStoreRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (ETag value) of the trust store you are
deleting.
4579 4580 4581 4582 4583 4584 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4579 class DeleteTrustStoreRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |