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)


1815
1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1815

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)


1815
1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1815

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)


1815
1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1815

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