Class: Aws::Resiliencehubv2::Types::ListServiceEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListServiceEventsRequest
- 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.
-
#service_arn ⇒ String
ARN identifier.
-
#start_time ⇒ Time
The start time for filtering events.
Instance Attribute Details
#end_time ⇒ Time
The end time for filtering events.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2532 class ListServiceEventsRequest < Struct.new( :service_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#event_types ⇒ Array<String>
Filter events by type.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2532 class ListServiceEventsRequest < Struct.new( :service_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Pagination page size.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2532 class ListServiceEventsRequest < Struct.new( :service_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2532 class ListServiceEventsRequest < Struct.new( :service_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2532 class ListServiceEventsRequest < Struct.new( :service_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.
2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2532 class ListServiceEventsRequest < Struct.new( :service_arn, :event_types, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |