Class: Aws::SSMContacts::Types::ListPagesByEngagementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPagesByEngagementRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engagement_id ⇒ String
The Amazon Resource Name (ARN) of the engagement.
-
#max_results ⇒ Integer
The maximum number of engagements to contact channels to list per page of results.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
Instance Attribute Details
#engagement_id ⇒ String
The Amazon Resource Name (ARN) of the engagement.
1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1418 class ListPagesByEngagementRequest < Struct.new( :engagement_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of engagements to contact channels to list per page of results.
1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1418 class ListPagesByEngagementRequest < Struct.new( :engagement_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1418 1419 1420 1421 1422 1423 1424 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1418 class ListPagesByEngagementRequest < Struct.new( :engagement_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |