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.



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

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