Class: Aws::FIS::Types::ExperimentTargetAccountConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTargetAccountConfiguration
- 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
-
#account_id ⇒ String
The Amazon Web Services account ID of the target account.
-
#description ⇒ String
The description of the target account.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role for the target account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the target account.
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 |
#description ⇒ String
The description of the target account.
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_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role for the target account.
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 |