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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Details about the latest launch of an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latest_launch_timeTime

The latest time that this application was launched successfully.

Returns:

  • (Time)


979
980
981
982
983
984
985
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 979

class LaunchDetails < Struct.new(
  :latest_launch_time,
  :stack_name,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The ID of the latest stack launched for this application.

Returns:

  • (String)


979
980
981
982
983
984
985
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 979

class LaunchDetails < Struct.new(
  :latest_launch_time,
  :stack_name,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name of the latest stack launched for this application.

Returns:

  • (String)


979
980
981
982
983
984
985
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 979

class LaunchDetails < Struct.new(
  :latest_launch_time,
  :stack_name,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end