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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about an alarm.

Constant Summary collapse

SENSITIVE =
[]

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)


45
46
47
48
49
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 45

class Alarm < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end