Class: Aws::CloudFront::Types::DeleteTrustStoreRequest

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

#idString

The trust store’s ID.

Returns:

  • (String)


4611
4612
4613
4614
4615
4616
# File 'lib/aws-sdk-cloudfront/types.rb', line 4611

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

#if_matchString

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

Returns:

  • (String)


4611
4612
4613
4614
4615
4616
# File 'lib/aws-sdk-cloudfront/types.rb', line 4611

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