Class: Aws::Mgn::Types::LifeCycleLastTestInitiated
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LifeCycleLastTestInitiated
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Lifecycle last Test initiated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_call_date_time ⇒ String
Lifecycle last Test initiated API call date and time.
-
#job_id ⇒ String
Lifecycle last Test initiated Job ID.
Instance Attribute Details
#api_call_date_time ⇒ String
Lifecycle last Test initiated API call date and time.
2263 2264 2265 2266 2267 2268 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2263 class LifeCycleLastTestInitiated < Struct.new( :api_call_date_time, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Lifecycle last Test initiated Job ID.
2263 2264 2265 2266 2267 2268 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2263 class LifeCycleLastTestInitiated < Struct.new( :api_call_date_time, :job_id) SENSITIVE = [] include Aws::Structure end |