Class: Aws::CloudFront::Types::StringSchemaConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#commentString

A comment to describe the parameter.

Returns:

  • (String)


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_valueString

The default value of the parameter.

Returns:

  • (String)


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

#requiredBoolean

Whether the defined parameter is required.

Returns:

  • (Boolean)


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