Class: Aws::SSMContacts::Types::ListPagesByEngagementRequest

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

#engagement_idString

The Amazon Resource Name (ARN) of the engagement.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1418

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

#max_resultsInteger

The maximum number of engagements to contact channels to list per page of results.

Returns:

  • (Integer)


1418
1419
1420
1421
1422
1423
1424
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1418

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

#next_tokenString

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

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1418

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