Class: Aws::SSMContacts::Types::ListPagesByEngagementResult

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)


1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1436

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

#pagesArray<Types::Page>

The list of engagements to contact channels.

Returns:



1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1436

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