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")


659
660
661
# File 'sig/types.rbs', line 659

def failure_category
  @failure_category
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


661
662
663
# File 'sig/types.rbs', line 661

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def next_token
  @next_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def service_arn
  @service_arn
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


658
659
660
# File 'sig/types.rbs', line 658

def severity
  @severity
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

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


660
661
662
# File 'sig/types.rbs', line 660

def status
  @status
end