Class: Aws::SSMContacts::Types::ListPageReceiptsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPageReceiptsResult
- 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.
-
#receipts ⇒ Array<Types::Receipt>
A list of each acknowledgement.
Instance Attribute Details
#next_token ⇒ String
The pagination token to continue to the next page of results.
1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1318 class ListPageReceiptsResult < Struct.new( :next_token, :receipts) SENSITIVE = [] include Aws::Structure end |
#receipts ⇒ Array<Types::Receipt>
A list of each acknowledgement.
1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1318 class ListPageReceiptsResult < Struct.new( :next_token, :receipts) SENSITIVE = [] include Aws::Structure end |