Class: Aws::CloudFront::Types::StringSchemaConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::StringSchemaConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The configuration for a string schema.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment to describe the parameter.
-
#default_value ⇒ String
The default value of the parameter.
-
#required ⇒ Boolean
Whether the defined parameter is required.
Instance Attribute Details
#comment ⇒ String
A comment to describe the parameter.
13327 13328 13329 13330 13331 13332 13333 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13327 class StringSchemaConfig < Struct.new( :comment, :default_value, :required) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value of the parameter.
13327 13328 13329 13330 13331 13332 13333 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13327 class StringSchemaConfig < Struct.new( :comment, :default_value, :required) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
Whether the defined parameter is required.
13327 13328 13329 13330 13331 13332 13333 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13327 class StringSchemaConfig < Struct.new( :comment, :default_value, :required) SENSITIVE = [] include Aws::Structure end |