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

Class: Aws::CloudFormation::Types::TypeVersionSummary

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

Overview

Contains summary information about a specific version of a CloudFormation type.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the type version.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the type version.

#descriptionString

The description of the type version.

Returns:

  • (String)

    The description of the type version.

#is_default_versionBoolean

Whether the specified type version is set as the default version.

Returns:

  • (Boolean)

    Whether the specified type version is set as the default version.

#time_createdTime

When the version was registered.

Returns:

  • (Time)

    When the version was registered.

#typeString

The kind of type.

Possible values:

  • RESOURCE

Returns:

  • (String)

    The kind of type.

#type_nameString

The name of the type.

Returns:

  • (String)

    The name of the type.

#version_idString

The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.

Returns:

  • (String)

    The ID of a specific version of the type.