Class: Aws::CloudFront::Types::CreateKeyValueStoreResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateKeyValueStoreResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The ‘ETag` in the resulting key value store.
-
#key_value_store ⇒ Types::KeyValueStore
The resulting key value store.
-
#location ⇒ String
The location of the resulting key value store.
Instance Attribute Details
#etag ⇒ String
The ‘ETag` in the resulting key value store.
2151 2152 2153 2154 2155 2156 2157 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2151 class CreateKeyValueStoreResult < Struct.new( :key_value_store, :etag, :location) SENSITIVE = [] include Aws::Structure end |
#key_value_store ⇒ Types::KeyValueStore
The resulting key value store.
2151 2152 2153 2154 2155 2156 2157 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2151 class CreateKeyValueStoreResult < Struct.new( :key_value_store, :etag, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the resulting key value store.
2151 2152 2153 2154 2155 2156 2157 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2151 class CreateKeyValueStoreResult < Struct.new( :key_value_store, :etag, :location) SENSITIVE = [] include Aws::Structure end |