Class: Aws::SsmSap::Types::ListOperationEventsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


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_eventsArray<Types::OperationEvent>

A returned list of operation events that meet the filter criteria.

Returns:



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