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.
3408 3409 3410 3411 3412 3413 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3408 class DescribeKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |
#key_value_store ⇒ Types::KeyValueStore
The resulting Key Value Store.
3408 3409 3410 3411 3412 3413 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3408 class DescribeKeyValueStoreResult < Struct.new( :key_value_store, :etag) SENSITIVE = [] include Aws::Structure end |