Class: Aws::Resiliencehubv2::Types::ListTestSourcesRequest

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)


3083
3084
3085
3086
3087
3088
3089
3090
3091
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3083

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3083
3084
3085
3086
3087
3088
3089
3090
3091
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3083

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

#service_arnString

The ARN of the service the test belongs to.

Returns:

  • (String)


3083
3084
3085
3086
3087
3088
3089
3090
3091
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3083

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

#test_idString

The identifier of the test to list sources for.

Returns:

  • (String)


3083
3084
3085
3086
3087
3088
3089
3090
3091
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3083

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

#typeString

Filter sources by type.

Returns:

  • (String)


3083
3084
3085
3086
3087
3088
3089
3090
3091
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3083

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