Class: Aws::ApplicationSignals::Types::ListEntityEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListEntityEventsOutput
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_events ⇒ Array<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.
-
#end_time ⇒ Time
The end of the time period that the returned change events apply to.
-
#next_token ⇒ String
Include this value in your next use of this API to get the next set of change events.
-
#start_time ⇒ Time
The start of the time period that the returned change events apply to.
Instance Attribute Details
#change_events ⇒ Array<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.
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_time ⇒ Time
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
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_token ⇒ String
Include this value in your next use of this API to get the next set of change events.
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_time ⇒ Time
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
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 |