Class: Aws::Types::TestRunObservabilityAlarmSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def 
  @account_id
end

#alarm_arn::String

Returns the value of attribute alarm_arn.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def alarm_arn
  @alarm_arn
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def alarm_name
  @alarm_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def region
  @region
end