Class: Aws::Drs::Types::LifeCycleLastLaunchInitiated

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_timeString

The date and time the last Source Server launch was initiated.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1838

class LifeCycleLastLaunchInitiated < Struct.new(
  :api_call_date_time,
  :job_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID of the Job that was used to last launch the Source Server.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1838

class LifeCycleLastLaunchInitiated < Struct.new(
  :api_call_date_time,
  :job_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The Job type that was used to last launch the Source Server.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1838

class LifeCycleLastLaunchInitiated < Struct.new(
  :api_call_date_time,
  :job_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end