Class: Aws::Mgn::Types::LifeCycleLastCutoverReverted
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LifeCycleLastCutoverReverted
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Lifecycle last Cutover reverted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_call_date_time ⇒ String
Lifecycle last Cutover reverted API call date time.
Instance Attribute Details
#api_call_date_time ⇒ String
Lifecycle last Cutover reverted API call date time.
2207 2208 2209 2210 2211 |
# File 'lib/aws-sdk-mgn/types.rb', line 2207 class LifeCycleLastCutoverReverted < Struct.new( :api_call_date_time) SENSITIVE = [] include Aws::Structure end |