Class: Aws::Schemas::Types::CreateSchemaInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The source of the schema definition.

Returns:

  • (String)


237
238
239
240
241
242
243
244
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 237

class CreateSchemaInput < Struct.new(
  :content,
  :description,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the schema.

Returns:

  • (String)


237
238
239
240
241
242
243
244
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 237

class CreateSchemaInput < Struct.new(
  :content,
  :description,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with the schema.

Returns:

  • (Hash<String,String>)


237
238
239
240
241
242
243
244
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 237

class CreateSchemaInput < Struct.new(
  :content,
  :description,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of schema.

Returns:

  • (String)


237
238
239
240
241
242
243
244
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 237

class CreateSchemaInput < Struct.new(
  :content,
  :description,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end