Class: Aws::SSMContacts::Types::ListEngagementsRequest

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

#incident_idString

The Amazon Resource Name (ARN) of the incident you're listing engagements for.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258

class ListEngagementsRequest < Struct.new(
  :next_token,
  :max_results,
  :incident_id,
  :time_range_value)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of engagements per page of results.

Returns:

  • (Integer)


1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258

class ListEngagementsRequest < Struct.new(
  :next_token,
  :max_results,
  :incident_id,
  :time_range_value)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258

class ListEngagementsRequest < Struct.new(
  :next_token,
  :max_results,
  :incident_id,
  :time_range_value)
  SENSITIVE = []
  include Aws::Structure
end

#time_range_valueTypes::TimeRange

The time range to lists engagements for an incident.

Returns:



1258
1259
1260
1261
1262
1263
1264
1265
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1258

class ListEngagementsRequest < Struct.new(
  :next_token,
  :max_results,
  :incident_id,
  :time_range_value)
  SENSITIVE = []
  include Aws::Structure
end