Class: Aws::Drs::Types::LifeCycleLastLaunch

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

Overview

An object containing information regarding the last launch of a Source Server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initiatedTypes::LifeCycleLastLaunchInitiated

An object containing information regarding the initiation of the last launch of a Source Server.



1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1791

class LifeCycleLastLaunch < Struct.new(
  :initiated,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of Source Server's last launch.

Returns:

  • (String)


1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1791

class LifeCycleLastLaunch < Struct.new(
  :initiated,
  :status)
  SENSITIVE = []
  include Aws::Structure
end