Class: Aws::SSMContacts::Types::ListPageReceiptsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPageReceiptsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of acknowledgements per page of results.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
-
#page_id ⇒ String
The Amazon Resource Name (ARN) of the engagement to a specific contact channel.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of acknowledgements per page of results.
1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1300 class ListPageReceiptsRequest < Struct.new( :page_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1300 class ListPageReceiptsRequest < Struct.new( :page_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#page_id ⇒ String
The Amazon Resource Name (ARN) of the engagement to a specific contact channel.
1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1300 class ListPageReceiptsRequest < Struct.new( :page_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |