Class: Aws::SSM::Types::ListOpsItemEventsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


11799
11800
11801
11802
11803
11804
# File 'lib/aws-sdk-ssm/types.rb', line 11799

class ListOpsItemEventsResponse < Struct.new(
  :next_token,
  :summaries)
  SENSITIVE = []
  include Aws::Structure
end

#summariesArray<Types::OpsItemEventSummary>

A list of event information for the specified OpsItems.

Returns:



11799
11800
11801
11802
11803
11804
# File 'lib/aws-sdk-ssm/types.rb', line 11799

class ListOpsItemEventsResponse < Struct.new(
  :next_token,
  :summaries)
  SENSITIVE = []
  include Aws::Structure
end