Class: Aws::FIS::Types::CreateTargetAccountConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::CreateTargetAccountConfigurationRequest
- 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.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description of the target account.
-
#experiment_template_id ⇒ String
The experiment template ID.
-
#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.
405 406 407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-fis/types.rb', line 405 class CreateTargetAccountConfigurationRequest < Struct.new( :client_token, :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
405 406 407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-fis/types.rb', line 405 class CreateTargetAccountConfigurationRequest < Struct.new( :client_token, :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the target account.
405 406 407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-fis/types.rb', line 405 class CreateTargetAccountConfigurationRequest < Struct.new( :client_token, :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |
#experiment_template_id ⇒ String
The experiment template ID.
405 406 407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-fis/types.rb', line 405 class CreateTargetAccountConfigurationRequest < Struct.new( :client_token, :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.
405 406 407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-fis/types.rb', line 405 class CreateTargetAccountConfigurationRequest < Struct.new( :client_token, :experiment_template_id, :account_id, :role_arn, :description) SENSITIVE = [] include Aws::Structure end |