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

Class: Aws::CloudFormation::Types::TypeSummary

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

Overview

Contains summary information about the specified CloudFormation type.

Instance Attribute Summary collapse

Instance Attribute Details

#default_version_idString

The ID of the default version of the type. The default version is used when the type version is not specified.

To set the default version of a type, use SetTypeDefaultVersion.

Returns:

  • (String)

    The ID of the default version of the type.

#descriptionString

The description of the type.

Returns:

  • (String)

    The description of the type.

#last_updatedTime

When the current default version of the type was registered.

Returns:

  • (Time)

    When the current default version of the type was registered.

#typeString

The kind of type.

Possible values:

  • RESOURCE

Returns:

  • (String)

    The kind of type.

#type_arnString

The Amazon Resource Name (ARN) of the type.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the type.

#type_nameString

The name of the type.

Returns:

  • (String)

    The name of the type.