Class: Aws::CloudFront::Types::DescribeKeyValueStoreResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DescribeKeyValueStoreResult
- 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.
Instance Attribute Details
#etag ⇒ String
The ‘ETag` of the resulting key value store.
3414 3415 3416 3417 3418 3419 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3414 class DescribeKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |
#key_value_store ⇒ Types::KeyValueStore
The resulting key value store.
3414 3415 3416 3417 3418 3419 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3414 class DescribeKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |