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)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def 
  @account_id
end

#alarm_arn::String

Returns the value of attribute alarm_arn.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def alarm_arn
  @alarm_arn
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def alarm_name
  @alarm_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def region
  @region
end