Class: Aws::SSMIncidents::Types::ListIncidentFindingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ListIncidentFindingsOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::FindingSummary>
A list of findings that represent deployments that might be the potential cause of the incident.
-
#next_token ⇒ String
The pagination token to use when requesting the next set of items.
Instance Attribute Details
#findings ⇒ Array<Types::FindingSummary>
A list of findings that represent deployments that might be the potential cause of the incident.
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_token ⇒ String
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
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 |