Class: Aws::FIS::Types::ExperimentTargetAccountConfiguration

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

Overview

Describes a target account configuration for an experiment.

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)


889
890
891
892
893
894
895
# File 'lib/aws-sdk-fis/types.rb', line 889

class ExperimentTargetAccountConfiguration < Struct.new(
  :role_arn,
  :account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the target account.

Returns:

  • (String)


889
890
891
892
893
894
895
# File 'lib/aws-sdk-fis/types.rb', line 889

class ExperimentTargetAccountConfiguration < Struct.new(
  :role_arn,
  :account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role for the target account.

Returns:

  • (String)


889
890
891
892
893
894
895
# File 'lib/aws-sdk-fis/types.rb', line 889

class ExperimentTargetAccountConfiguration < Struct.new(
  :role_arn,
  :account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end