Class: Aws::Mgn::Types::LifeCycleLastCutoverFinalized
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LifeCycleLastCutoverFinalized
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Lifecycle Cutover finalized
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_call_date_time ⇒ String
Lifecycle Cutover finalized date and time.
Instance Attribute Details
#api_call_date_time ⇒ String
Lifecycle Cutover finalized date and time.
2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2175 class LifeCycleLastCutoverFinalized < Struct.new( :api_call_date_time) SENSITIVE = [] include Aws::Structure end |