Class: Aws::Mgn::Types::LifeCycleLastCutoverReverted
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LifeCycleLastCutoverReverted
- Defined in:
- gems/aws-sdk-mgn/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.
2268 2269 2270 2271 2272 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2268 class LifeCycleLastCutoverReverted < Struct.new( :api_call_date_time) SENSITIVE = [] include Aws::Structure end |