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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


12380
12381
12382
12383
12384
12385
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12380

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:



12380
12381
12382
12383
12384
12385
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12380

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