Class: Aws::ApplicationSignals::Types::ListEntityEventsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_eventsArray<Types::ChangeEvent>

An array of structures, where each structure contains information about one change event that occurred for the specified entity during the requested time period.

Returns:



2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2241

class ListEntityEventsOutput < Struct.new(
  :start_time,
  :end_time,
  :change_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end of the time period that the returned change events apply to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example: 1698778057

Returns:

  • (Time)


2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2241

class ListEntityEventsOutput < Struct.new(
  :start_time,
  :end_time,
  :change_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Include this value in your next use of this API to get the next set of change events.

Returns:

  • (String)


2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2241

class ListEntityEventsOutput < Struct.new(
  :start_time,
  :end_time,
  :change_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start of the time period that the returned change events apply to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example: 1698778057

Returns:

  • (Time)


2241
2242
2243
2244
2245
2246
2247
2248
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2241

class ListEntityEventsOutput < Struct.new(
  :start_time,
  :end_time,
  :change_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end