Class: Aws::SSMIncidents::Types::ListIncidentFindingsInput

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

#incident_record_arnString

The Amazon Resource Name (ARN) of the incident for which you want to view associated findings.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1393

class ListIncidentFindingsInput < Struct.new(
  :incident_record_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of findings to retrieve per call.

Returns:

  • (Integer)


1393
1394
1395
1396
1397
1398
1399
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1393

class ListIncidentFindingsInput < Struct.new(
  :incident_record_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1393

class ListIncidentFindingsInput < Struct.new(
  :incident_record_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end