Class: Aws::OpsWorks::Types::LifecycleEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::LifecycleEventConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Specifies the lifecycle event configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#shutdown ⇒ Types::ShutdownEventConfiguration
A ‘ShutdownEventConfiguration` object that specifies the Shutdown event configuration.
Instance Attribute Details
#shutdown ⇒ Types::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 |