Class: Aws::SSMContacts::Types::ListPagesByContactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The Amazon Resource Name (ARN) of the contact you are retrieving engagements for.

Returns:

  • (String)


1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1392

class ListPagesByContactRequest < Struct.new(
  :contact_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)


1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1392

class ListPagesByContactRequest < Struct.new(
  :contact_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)


1392
1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1392

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