Class: Aws::SSMIncidents::Types::ListIncidentFindingsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::FindingSummary>

A list of findings that represent deployments that might be the potential cause of the incident.

Returns:



1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1413

class ListIncidentFindingsOutput < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1413

class ListIncidentFindingsOutput < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end