Class: Aws::SSM::Types::ListOpsItemRelatedItemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListOpsItemRelatedItemsResponse
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#summaries ⇒ Array<Types::OpsItemRelatedItemSummary>
A list of related-item resources for the specified OpsItem.
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.
12295 12296 12297 12298 12299 12300 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12295 class ListOpsItemRelatedItemsResponse < Struct.new( :next_token, :summaries) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::OpsItemRelatedItemSummary>
A list of related-item resources for the specified OpsItem.
12295 12296 12297 12298 12299 12300 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12295 class ListOpsItemRelatedItemsResponse < Struct.new( :next_token, :summaries) SENSITIVE = [] include Aws::Structure end |