Class: Aws::SSM::Types::ListOpsItemEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListOpsItemEventsResponse
- 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::OpsItemEventSummary>
A list of event information for the specified 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.
11835 11836 11837 11838 11839 11840 |
# File 'lib/aws-sdk-ssm/types.rb', line 11835 class ListOpsItemEventsResponse < Struct.new( :next_token, :summaries) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::OpsItemEventSummary>
A list of event information for the specified OpsItems.
11835 11836 11837 11838 11839 11840 |
# File 'lib/aws-sdk-ssm/types.rb', line 11835 class ListOpsItemEventsResponse < Struct.new( :next_token, :summaries) SENSITIVE = [] include Aws::Structure end |