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)


13593
13594
13595
13596
13597
13598
13599
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13593

class StringSchemaConfig < Struct.new(
  :comment,
  :default_value,
  :required)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#default_valueString

The default value of the parameter.

Returns:

  • (String)


13593
13594
13595
13596
13597
13598
13599
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13593

class StringSchemaConfig < Struct.new(
  :comment,
  :default_value,
  :required)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#requiredBoolean

Whether the defined parameter is required.

Returns:

  • (Boolean)


13593
13594
13595
13596
13597
13598
13599
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13593

class StringSchemaConfig < Struct.new(
  :comment,
  :default_value,
  :required)
  SENSITIVE = [:comment]
  include Aws::Structure
end