Class: Aws::SSMContacts::Types::ListPagesByEngagementResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPagesByEngagementResult
- 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 contact channels.
Instance Attribute Details
#next_token ⇒ String
The pagination token to continue to the next page of results.
1436 1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1436 class ListPagesByEngagementResult < Struct.new( :next_token, :pages) SENSITIVE = [] include Aws::Structure end |
#pages ⇒ Array<Types::Page>
The list of engagements to contact channels.
1436 1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1436 class ListPagesByEngagementResult < Struct.new( :next_token, :pages) SENSITIVE = [] include Aws::Structure end |