Class: Aws::SSMContacts::Types::ListPageResolutionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListPageResolutionsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#page_resolutions ⇒ Array<Types::ResolutionContact>
Information about the resolution for an engagement.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1355 class ListPageResolutionsResult < Struct.new( :next_token, :page_resolutions) SENSITIVE = [] include Aws::Structure end |
#page_resolutions ⇒ Array<Types::ResolutionContact>
Information about the resolution for an engagement.
1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1355 class ListPageResolutionsResult < Struct.new( :next_token, :page_resolutions) SENSITIVE = [] include Aws::Structure end |