Class: Aws::Mgn::Types::LifeCycleLastTestFinalized
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LifeCycleLastTestFinalized
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Lifecycle last Test finalized.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_call_date_time ⇒ String
Lifecycle Test failed API call date and time.
Instance Attribute Details
#api_call_date_time ⇒ String
Lifecycle Test failed API call date and time.
2245 2246 2247 2248 2249 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2245 class LifeCycleLastTestFinalized < Struct.new( :api_call_date_time) SENSITIVE = [] include Aws::Structure end |