You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateSchemaRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  content: "__stringMin1Max100000", # required
  description: "__stringMin0Max256",
  registry_name: "__string", # required
  schema_name: "__string", # required
  tags: {
    "__string" => "__string",
  },
  type: "OpenApi3", # required, accepts OpenApi3
}

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

Returns:

  • (String)

#descriptionString

Returns:

  • (String)

#registry_nameString

Returns:

  • (String)

#schema_nameString

Returns:

  • (String)

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)

    Key-value pairs associated with a resource.

    .

#typeString

Possible values:

  • OpenApi3

Returns:

  • (String)