Class: Aws::SSM::Types::ListOpsItemRelatedItemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListOpsItemRelatedItemsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::OpsItemRelatedItemsFilter>
One or more OpsItem filters.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#ops_item_id ⇒ String
The ID of the OpsItem for which you want to list all related-item resources.
Instance Attribute Details
#filters ⇒ Array<Types::OpsItemRelatedItemsFilter>
One or more OpsItem filters. Use a filter to return a more specific list of results.
11865 11866 11867 11868 11869 11870 11871 11872 |
# File 'lib/aws-sdk-ssm/types.rb', line 11865 class ListOpsItemRelatedItemsRequest < Struct.new( :ops_item_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
11865 11866 11867 11868 11869 11870 11871 11872 |
# File 'lib/aws-sdk-ssm/types.rb', line 11865 class ListOpsItemRelatedItemsRequest < Struct.new( :ops_item_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
11865 11866 11867 11868 11869 11870 11871 11872 |
# File 'lib/aws-sdk-ssm/types.rb', line 11865 class ListOpsItemRelatedItemsRequest < Struct.new( :ops_item_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The ID of the OpsItem for which you want to list all related-item resources.
11865 11866 11867 11868 11869 11870 11871 11872 |
# File 'lib/aws-sdk-ssm/types.rb', line 11865 class ListOpsItemRelatedItemsRequest < Struct.new( :ops_item_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |