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

Class: Aws::SMS::Types::LaunchDetails

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

Overview

Details about the latest launch of an application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#latest_launch_timeTime

The latest time that this application was launched successfully.

Returns:

  • (Time)

    The latest time that this application was launched successfully.

#stack_idString

The ID of the latest stack launched for this application.

Returns:

  • (String)

    The ID of the latest stack launched for this application.

#stack_nameString

The name of the latest stack launched for this application.

Returns:

  • (String)

    The name of the latest stack launched for this application.