You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::Alarm

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Alarm as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "AlarmName",
}

Information about an alarm.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

Returns:

  • (String)

    The name of the alarm.