Class: Aws::Types::ListFailureModeFindingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_category"SHARED_FATE", ...

Returns the value of attribute failure_category.

Returns:

  • ("SHARED_FATE", "EXCESSIVE_LOAD", "EXCESSIVE_LATENCY", "MISCONFIGURATION_AND_BUGS", "SINGLE_POINT_OF_FAILURE")


680
681
682
# File 'sig/types.rbs', line 680

def failure_category
  @failure_category
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


682
683
684
# File 'sig/types.rbs', line 682

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def next_token
  @next_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def service_arn
  @service_arn
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


679
680
681
# File 'sig/types.rbs', line 679

def severity
  @severity
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED", "IRRELEVANT")


681
682
683
# File 'sig/types.rbs', line 681

def status
  @status
end