Class: Aws::Lightsail::Types::DeleteAlarmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteAlarmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_name ⇒ String
The name of the alarm to delete.
Instance Attribute Details
#alarm_name ⇒ String
The name of the alarm to delete.
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 |