Class: Aws::SSM::Types::Alarm

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

A CloudWatch alarm you apply to an automation or command.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of your CloudWatch alarm.

Returns:

  • (String)


172
173
174
175
176
# File 'lib/aws-sdk-ssm/types.rb', line 172

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