Class: Aws::Drs::Types::LifeCycleLastLaunchInitiated
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::LifeCycleLastLaunchInitiated
- 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
-
#api_call_date_time ⇒ String
The date and time the last Source Server launch was initiated.
-
#job_id ⇒ String
The ID of the Job that was used to last launch the Source Server.
-
#type ⇒ String
The Job type that was used to last launch the Source Server.
Instance Attribute Details
#api_call_date_time ⇒ String
The date and time the last Source Server launch was initiated.
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_id ⇒ String
The ID of the Job that was used to last launch the Source Server.
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 |
#type ⇒ String
The Job type that was used to last launch the Source Server.
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 |