Class: Aws::CloudFront::Types::UpdateTrustStoreResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateTrustStoreResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The version identifier for the current version of the trust store.
-
#trust_store ⇒ Types::TrustStore
The trust store.
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the trust store.
16873 16874 16875 16876 16877 16878 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 16873 class UpdateTrustStoreResult < Struct.new( :trust_store, :etag) SENSITIVE = [] include Aws::Structure end |
#trust_store ⇒ Types::TrustStore
The trust store.
16873 16874 16875 16876 16877 16878 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 16873 class UpdateTrustStoreResult < Struct.new( :trust_store, :etag) SENSITIVE = [] include Aws::Structure end |