Class: Aws::FIS::Types::ListExperimentResolvedTargetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_idString

The ID of the experiment.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1490

class ListExperimentResolvedTargetsRequest < Struct.new(
  :experiment_id,
  :max_results,
  :next_token,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1490

class ListExperimentResolvedTargetsRequest < Struct.new(
  :experiment_id,
  :max_results,
  :next_token,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1490

class ListExperimentResolvedTargetsRequest < Struct.new(
  :experiment_id,
  :max_results,
  :next_token,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_nameString

The name of the target.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1490

class ListExperimentResolvedTargetsRequest < Struct.new(
  :experiment_id,
  :max_results,
  :next_token,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end