Class: Aws::SSM::Types::ListOpsItemRelatedItemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListOpsItemRelatedItemsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
11885 11886 11887 11888 11889 11890 |
# File 'lib/aws-sdk-ssm/types.rb', line 11885 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.
11885 11886 11887 11888 11889 11890 |
# File 'lib/aws-sdk-ssm/types.rb', line 11885 class ListOpsItemRelatedItemsResponse < Struct.new( :next_token, :summaries) SENSITIVE = [] include Aws::Structure end |