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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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)


858
859
860
861
862
863
864
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 858

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

#descriptionString

The description of the target account.

Returns:

  • (String)


858
859
860
861
862
863
864
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 858

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)


858
859
860
861
862
863
864
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 858

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