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)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def 
  @account_id
end

#alarm_arn::String

Returns the value of attribute alarm_arn.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def alarm_arn
  @alarm_arn
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def alarm_name
  @alarm_name
end

#outcome"PASSED", ...

Returns the value of attribute outcome.

Returns:

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


1829
1830
1831
# File 'sig/types.rbs', line 1829

def outcome
  @outcome
end

#outcome_reason::String

Returns the value of attribute outcome_reason.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def outcome_reason
  @outcome_reason
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def region
  @region
end