Class: Aws::SSM::Types::DescribeOpsItemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeOpsItemsResponse
- 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.
-
#ops_item_summaries ⇒ Array<Types::OpsItemSummary>
A list of OpsItems.
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.
6061 6062 6063 6064 6065 6066 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6061 class DescribeOpsItemsResponse < Struct.new( :next_token, :ops_item_summaries) SENSITIVE = [] include Aws::Structure end |
#ops_item_summaries ⇒ Array<Types::OpsItemSummary>
A list of OpsItems.
6061 6062 6063 6064 6065 6066 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6061 class DescribeOpsItemsResponse < Struct.new( :next_token, :ops_item_summaries) SENSITIVE = [] include Aws::Structure end |