Class: Aws::Types::TestRunSuccessCriteriaAlarmSummary

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)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def 
  @account_id
end

#alarm_arn::String

Returns the value of attribute alarm_arn.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def alarm_arn
  @alarm_arn
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def alarm_name
  @alarm_name
end

#outcome"PASSED", ...

Returns the value of attribute outcome.

Returns:

  • ("PASSED", "FAILED", "ERROR")


1739
1740
1741
# File 'sig/types.rbs', line 1739

def outcome
  @outcome
end

#outcome_reason::String

Returns the value of attribute outcome_reason.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def outcome_reason
  @outcome_reason
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def region
  @region
end