Class: Aws::SSMContacts::Types::ListPagesByContactResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPagesByContactResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
-
#pages ⇒ Array<Types::Page>
The list of engagements to a contact’s contact channel.
Instance Attribute Details
#next_token ⇒ String
The pagination token to continue to the next page of results.
1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1396 class ListPagesByContactResult < Struct.new( :next_token, :pages) SENSITIVE = [] include Aws::Structure end |
#pages ⇒ Array<Types::Page>
The list of engagements to a contact’s contact channel.
1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1396 class ListPagesByContactResult < Struct.new( :next_token, :pages) SENSITIVE = [] include Aws::Structure end |