Class: Aws::Mgn::Types::LifeCycleLastTest

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

Overview

Lifecycle last Test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finalizedTypes::LifeCycleLastTestFinalized

Lifecycle last Test finalized.



2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2290

class LifeCycleLastTest < Struct.new(
  :initiated,
  :reverted,
  :finalized)
  SENSITIVE = []
  include Aws::Structure
end

#initiatedTypes::LifeCycleLastTestInitiated

Lifecycle last Test initiated.



2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2290

class LifeCycleLastTest < Struct.new(
  :initiated,
  :reverted,
  :finalized)
  SENSITIVE = []
  include Aws::Structure
end

#revertedTypes::LifeCycleLastTestReverted

Lifecycle last Test reverted.



2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2290

class LifeCycleLastTest < Struct.new(
  :initiated,
  :reverted,
  :finalized)
  SENSITIVE = []
  include Aws::Structure
end