Class: Aws::Lightsail::Types::DeleteAlarmRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_nameString

The name of the alarm to delete.

Returns:

  • (String)


4723
4724
4725
4726
4727
# File 'lib/aws-sdk-lightsail/types.rb', line 4723

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