Class: Aws::CodeDeploy::Types::Alarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::Alarm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Information about an alarm.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the alarm.
Instance Attribute Details
#name ⇒ String
The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.
45 46 47 48 49 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 45 class Alarm < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |