Class: Aws::SSMContacts::Types::ListEngagementsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engagementsArray<Types::Engagement>

A list of each engagement that occurred during the specified time range of an incident.

Returns:



1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1278

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

#next_tokenString

The pagination token to continue to the next page of results.

Returns:

  • (String)


1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1278

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