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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


4704
4705
4706
4707
4708
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4704

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