Class: Aws::Schemas::Types::CreateSchemaRequest

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

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 267

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

#descriptionString

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 267

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

#registry_nameString

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 267

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

#schema_nameString

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 267

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

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 267

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

#typeString

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 267

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