Class: Aws::Resiliencehubv2::Types::ListSystemEventsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time for filtering events.

Returns:

  • (Time)


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_typesArray<String>

Filter events by type.

Returns:

  • (Array<String>)


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_resultsInteger

Pagination page size.

Returns:

  • (Integer)


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_tokenString

Pagination token.

Returns:

  • (String)


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_timeTime

The start time for filtering events.

Returns:

  • (Time)


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_arnString

ARN identifier.

Returns:

  • (String)


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