Class: Aws::SSMContacts::Types::ListPageResolutionsResult

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 token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


1355
1356
1357
1358
1359
1360
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1355

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

#page_resolutionsArray<Types::ResolutionContact>

Information about the resolution for an engagement.

Returns:



1355
1356
1357
1358
1359
1360
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1355

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