Class: Aws::Resiliencehubv2::Types::ListTestRunsRequest

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

#max_resultsInteger

Pagination page size.

Returns:

  • (Integer)


3035
3036
3037
3038
3039
3040
3041
3042
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3035

class ListTestRunsRequest < Struct.new(
  :service_arn,
  :test_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


3035
3036
3037
3038
3039
3040
3041
3042
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3035

class ListTestRunsRequest < Struct.new(
  :service_arn,
  :test_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The ARN of the service to list test runs for.

Returns:

  • (String)


3035
3036
3037
3038
3039
3040
3041
3042
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3035

class ListTestRunsRequest < Struct.new(
  :service_arn,
  :test_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#test_idString

Filter test runs by test identifier.

Returns:

  • (String)


3035
3036
3037
3038
3039
3040
3041
3042
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3035

class ListTestRunsRequest < Struct.new(
  :service_arn,
  :test_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end