Class: Aws::SSMContacts::Types::ListPageResolutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPageResolutionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to start the list.
-
#page_id ⇒ String
The Amazon Resource Name (ARN) of the contact engaged for the incident.
Instance Attribute Details
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
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_id ⇒ String
The Amazon Resource Name (ARN) of the contact engaged for the incident.
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 |