Class: Aws::Resiliencehubv2::Types::ListServiceEventsRequest

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)


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

Filter events by type.

Returns:

  • (Array<String>)


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_resultsInteger

Pagination page size.

Returns:

  • (Integer)


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_tokenString

Pagination token.

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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_timeTime

The start time for filtering events.

Returns:

  • (Time)


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