Class: Aws::SSMContacts::Types::ListPageReceiptsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to continue to the next page of results.

Returns:

  • (String)


1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1318

class ListPageReceiptsResult < Struct.new(
  :next_token,
  :receipts)
  SENSITIVE = []
  include Aws::Structure
end

#receiptsArray<Types::Receipt>

A list of each acknowledgement.

Returns:



1318
1319
1320
1321
1322
1323
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1318

class ListPageReceiptsResult < Struct.new(
  :next_token,
  :receipts)
  SENSITIVE = []
  include Aws::Structure
end