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

Class: Aws::Schemas::Types::CodeBindingOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The time and date that the code binding was created.

Returns:

  • (Time)

    The time and date that the code binding was created.

#last_modifiedTime

The date and time that code bindings were modified.

Returns:

  • (Time)

    The date and time that code bindings were modified.

#schema_versionString

The version number of the schema.

Returns:

  • (String)

    The version number of the schema.

#statusString

The current status of code binding generation.

Possible values:

  • CREATE_IN_PROGRESS
  • CREATE_COMPLETE
  • CREATE_FAILED

Returns:

  • (String)

    The current status of code binding generation.