Class: Aws::CloudFront::Types::UpdateKeyValueStoreResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateKeyValueStoreResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The ‘ETag` of the resulting key value store.
-
#key_value_store ⇒ Types::KeyValueStore
The resulting key value store to update.
Instance Attribute Details
#etag ⇒ String
The ‘ETag` of the resulting key value store.
12790 12791 12792 12793 12794 12795 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12790 class UpdateKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |
#key_value_store ⇒ Types::KeyValueStore
The resulting key value store to update.
12790 12791 12792 12793 12794 12795 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12790 class UpdateKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |