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

Class: Aws::Schemas::Types::DescribeSchemaOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The source of the schema definition.

Returns:

  • (String)

    The source of the schema definition.

#descriptionString

The description of the schema.

Returns:

  • (String)

    The description of the schema.

#last_modifiedTime

The date and time that schema was modified.

Returns:

  • (Time)

    The date and time that schema was modified.

#schema_arnString

The ARN of the schema.

Returns:

  • (String)

    The ARN of the schema.

#schema_nameString

The name of the schema.

Returns:

  • (String)

    The name of the schema.

#schema_versionString

The version number of the schema

Returns:

  • (String)

    The version number of the schema.

#tagsHash<String,String>

Tags associated with the resource.

Returns:

  • (Hash<String,String>)

    Tags associated with the resource.

#typeString

The type of the schema.

Returns:

  • (String)

    The type of the schema.

#version_created_dateTime

The date the schema version was created.

Returns:

  • (Time)

    The date the schema version was created.