Class: Aws::CloudFront::Types::CreateKeyValueStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateKeyValueStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
The comment of the key value store.
-
#import_source ⇒ Types::ImportSource
The S3 bucket that provides the source for the import.
-
#name ⇒ String
The name of the key value store.
Instance Attribute Details
#comment ⇒ String
The comment of the key value store.
2129 2130 2131 2132 2133 2134 2135 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2129 class CreateKeyValueStoreRequest < Struct.new( :name, :comment, :import_source) SENSITIVE = [] include Aws::Structure end |
#import_source ⇒ Types::ImportSource
The S3 bucket that provides the source for the import. The source must be in a valid JSON format.
2129 2130 2131 2132 2133 2134 2135 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2129 class CreateKeyValueStoreRequest < Struct.new( :name, :comment, :import_source) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the key value store. The minimum length is 1 character and the maximum length is 64 characters.
2129 2130 2131 2132 2133 2134 2135 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2129 class CreateKeyValueStoreRequest < Struct.new( :name, :comment, :import_source) SENSITIVE = [] include Aws::Structure end |