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

Class: Aws::Schemas::Types::SchemaSummary

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

Overview

A summary of schema details.

Instance Attribute Summary collapse

Instance Attribute Details

#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.

#tagsHash<String,String>

Tags associated with the schema.

Returns:

  • (Hash<String,String>)

    Tags associated with the schema.

#version_countInteger

The number of versions available for the schema.

Returns:

  • (Integer)

    The number of versions available for the schema.