Class: Aws::SSMContacts::Types::ListPageReceiptsRequest

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

#max_resultsInteger

The maximum number of acknowledgements per page of results.

Returns:

  • (Integer)


1300
1301
1302
1303
1304
1305
1306
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1300

class ListPageReceiptsRequest < Struct.new(
  :page_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
1306
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1300

class ListPageReceiptsRequest < Struct.new(
  :page_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#page_idString

The Amazon Resource Name (ARN) of the engagement to a specific contact channel.

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
1306
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1300

class ListPageReceiptsRequest < Struct.new(
  :page_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end