Method: Aws::CodeDeploy::Types::AutoRollbackConfiguration#enabled

Defined in:
lib/aws-sdk-codedeploy/types.rb

#enabledBoolean

Indicates whether a defined automatic rollback configuration is currently enabled.

Returns:

  • (Boolean)


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