Class: Aws::Mgn::Types::LifeCycleLastTestReverted

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Lifecycle last Test reverted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_date_time ⇒ String

Lifecycle last Test reverted API call date and time.

Returns:

  • (String)


2713
2714
2715
2716
2717
# File 'lib/aws-sdk-mgn/types.rb', line 2713

class LifeCycleLastTestReverted < Struct.new(
  :api_call_date_time)
  SENSITIVE = []
  include Aws::Structure
end