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.
2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2123 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.
2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2123 class CreateKeyValueStoreRequest < Struct.new( :name, :comment, :import_source) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Key Value Store. The maximum length of the name is 32 characters.
2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2123 class CreateKeyValueStoreRequest < Struct.new( :name, :comment, :import_source) SENSITIVE = [] include Aws::Structure end |