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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1709
1710
1711
1712
1713
1714
# File 'lib/aws-sdk-fis/types.rb', line 1709

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

#experiment_idString

The ID of the experiment.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
# File 'lib/aws-sdk-fis/types.rb', line 1709

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