Class: Aws::SSMIncidents::Types::ListRelatedItemsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.

Returns:

  • (String)


1516
1517
1518
1519
1520
1521
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1516

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

Details about each related item.

Returns:



1516
1517
1518
1519
1520
1521
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1516

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