Class: Aws::Types::ControlCondition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_identifier ⇒ ::String

Returns the value of attribute alarm_identifier.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def alarm_identifier
  @alarm_identifier
end

#type ⇒ "CLOUDWATCH"

Returns the value of attribute type.

Returns:

  • ("CLOUDWATCH")


60
61
62
# File 'sig/types.rbs', line 60

def type
  @type
end