Class: Aws::SMS::Types::LaunchDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::LaunchDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Details about the latest launch of an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_launch_time ⇒ Time
The latest time that this application was launched successfully.
-
#stack_id ⇒ String
The ID of the latest stack launched for this application.
-
#stack_name ⇒ String
The name of the latest stack launched for this application.
Instance Attribute Details
#latest_launch_time ⇒ Time
The latest time that this application was launched successfully.
979 980 981 982 983 984 985 |
# File '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_id ⇒ String
The ID of the latest stack launched for this application.
979 980 981 982 983 984 985 |
# File '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_name ⇒ String
The name of the latest stack launched for this application.
979 980 981 982 983 984 985 |
# File 'lib/aws-sdk-sms/types.rb', line 979 class LaunchDetails < Struct.new( :latest_launch_time, :stack_name, :stack_id) SENSITIVE = [] include Aws::Structure end |