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)


11528
11529
11530
11531
11532
11533
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11528

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:



11528
11529
11530
11531
11532
11533
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11528

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