Class: Aws::FIS::Types::ListExperimentTargetAccountConfigurationsRequest

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)


1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1527

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1527

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