Class: Aws::CloudFront::Types::StringSchemaConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::StringSchemaConfig
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The configuration for a string schema.
Constant Summary collapse
- SENSITIVE =
[:comment]
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.
13586 13587 13588 13589 13590 13591 13592 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13586 class StringSchemaConfig < Struct.new( :comment, :default_value, :required) SENSITIVE = [:comment] include Aws::Structure end |
#default_value ⇒ String
The default value of the parameter.
13586 13587 13588 13589 13590 13591 13592 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13586 class StringSchemaConfig < Struct.new( :comment, :default_value, :required) SENSITIVE = [:comment] include Aws::Structure end |
#required ⇒ Boolean
Whether the defined parameter is required.
13586 13587 13588 13589 13590 13591 13592 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13586 class StringSchemaConfig < Struct.new( :comment, :default_value, :required) SENSITIVE = [:comment] include Aws::Structure end |