Class: Aws::Resiliencehubv2::Types::ListSystemEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListSystemEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time for filtering events.
-
#event_types ⇒ Array<String>
Filter events by type.
-
#max_results ⇒ Integer
Pagination page size.
-
#next_token ⇒ String
Pagination token.
-
#start_time ⇒ Time
The start time for filtering events.
-
#system_arn ⇒ String
ARN identifier.
Instance Attribute Details
#end_time ⇒ Time
The end time for filtering events.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2728 class ListSystemEventsRequest < Struct.new( :system_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#event_types ⇒ Array<String>
Filter events by type.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2728 class ListSystemEventsRequest < Struct.new( :system_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Pagination page size.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2728 class ListSystemEventsRequest < Struct.new( :system_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2728 class ListSystemEventsRequest < Struct.new( :system_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time for filtering events.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2728 class ListSystemEventsRequest < Struct.new( :system_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2728 class ListSystemEventsRequest < Struct.new( :system_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |