Class: Aws::SSMContacts::Types::ListPageResolutionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1337

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

#page_idString

The Amazon Resource Name (ARN) of the contact engaged for the incident.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1337

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