Method: Aws::CodeDeploy::Types::AutoRollbackConfiguration#enabled
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#enabled ⇒ Boolean
Indicates whether a defined automatic rollback configuration is currently enabled.
215 216 217 218 219 220 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 215 class AutoRollbackConfiguration < Struct.new( :enabled, :events) SENSITIVE = [] include Aws::Structure end |