Class: Aws::Mgn::Types::LifeCycleLastTestReverted
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LifeCycleLastTestReverted
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Lifecycle last Test reverted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_call_date_time ⇒ String
Lifecycle last Test reverted API call date and time.
Instance Attribute Details
#api_call_date_time ⇒ String
Lifecycle last Test reverted API call date and time.
2278 2279 2280 2281 2282 |
# File 'lib/aws-sdk-mgn/types.rb', line 2278 class LifeCycleLastTestReverted < Struct.new( :api_call_date_time) SENSITIVE = [] include Aws::Structure end |