Class: Aws::FIS::Types::GetExperimentTargetAccountConfigurationRequest

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

#account_idString

The Amazon Web Services account ID of the target account.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1337

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

#experiment_idString

The ID of the experiment.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1337

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