Class: Aws::SSMContacts::Types::ListPagesByContactResult

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

#next_tokenString

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

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1396

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

#pagesArray<Types::Page>

The list of engagements to a contact's contact channel.

Returns:



1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1396

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