Class: Aws::CloudFront::Types::DeleteTrustStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteTrustStoreRequest
- Includes:
- Structure
- Defined in:
- 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 (‘ETag` value) of the trust store you are deleting.
Instance Attribute Details
#id ⇒ String
The trust store’s ID.
4573 4574 4575 4576 4577 4578 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4573 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.
4573 4574 4575 4576 4577 4578 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4573 class DeleteTrustStoreRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |