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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3942
3943
3944
3945
3946
# File 'lib/aws-sdk-opsworks/types.rb', line 3942

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