Class: Aws::OpsWorks::Types::LifecycleEventConfiguration

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

Overview

Specifies the lifecycle event configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shutdownTypes::ShutdownEventConfiguration

A ShutdownEventConfiguration object that specifies the Shutdown event configuration.



3926
3927
3928
3929
3930
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3926

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