Class: Aws::FIS::Types::UpdateTargetAccountConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateTargetAccountConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
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.
-
#experiment_template_id ⇒ String
The ID of the experiment template.
-
#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.
2384 2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/aws-sdk-fis/types.rb', line 2384 class UpdateTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the target account.
2384 2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/aws-sdk-fis/types.rb', line 2384 class UpdateTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |
#experiment_template_id ⇒ String
The ID of the experiment template.
2384 2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/aws-sdk-fis/types.rb', line 2384 class UpdateTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role for the target account.
2384 2385 2386 2387 2388 2389 2390 2391 |
# File 'lib/aws-sdk-fis/types.rb', line 2384 class UpdateTargetAccountConfigurationRequest < Struct.new( :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |