Class: Aws::SsmSap::Types::ListOperationEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListOperationEventsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#operation_events ⇒ Array<Types::OperationEvent>
A returned list of operation events that meet the filter criteria.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1006 class ListOperationEventsOutput < Struct.new( :operation_events, :next_token) SENSITIVE = [] include Aws::Structure end |
#operation_events ⇒ Array<Types::OperationEvent>
A returned list of operation events that meet the filter criteria.
1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1006 class ListOperationEventsOutput < Struct.new( :operation_events, :next_token) SENSITIVE = [] include Aws::Structure end |