Class: Aws::SSM::Types::ListOpsItemRelatedItemsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/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)


11578
11579
11580
11581
11582
11583
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11578

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

#summariesArray<Types::OpsItemRelatedItemSummary>

A list of related-item resources for the specified OpsItem.



11578
11579
11580
11581
11582
11583
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11578

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