Class: Aws::CloudFront::Types::DescribeKeyValueStoreResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DescribeKeyValueStoreResult
- Defined in:
- gems/aws-sdk-cloudfront/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.
4219 4220 4221 4222 4223 4224 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4219 class DescribeKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |
#key_value_store ⇒ Types::KeyValueStore
The resulting key value store.
4219 4220 4221 4222 4223 4224 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4219 class DescribeKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |