Class: Aws::CloudFront::Types::ParameterDefinitionSchema

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

An object that contains information about the parameter definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#string_schemaTypes::StringSchemaConfig

An object that contains information about the string schema.



12200
12201
12202
12203
12204
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12200

class ParameterDefinitionSchema < Struct.new(
  :string_schema)
  SENSITIVE = []
  include Aws::Structure
end