Class: Aws::CloudFront::Types::UpdateTrustStoreResult

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

#etagString

The version identifier for the current version of the trust store.

Returns:

  • (String)


16896
16897
16898
16899
16900
16901
# File 'lib/aws-sdk-cloudfront/types.rb', line 16896

class UpdateTrustStoreResult < Struct.new(
  :trust_store,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#trust_storeTypes::TrustStore

The trust store.

Returns:



16896
16897
16898
16899
16900
16901
# File 'lib/aws-sdk-cloudfront/types.rb', line 16896

class UpdateTrustStoreResult < Struct.new(
  :trust_store,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end