Class: Aws::SSMIncidents::Types::ListIncidentRecordsOutput

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_summariesArray<Types::IncidentRecordSummary>

The details of each listed incident record.

Returns:



1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1474

class ListIncidentRecordsOutput < Struct.new(
  :incident_record_summaries,
  :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)


1474
1475
1476
1477
1478
1479
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1474

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