Class: Aws::FIS::Types::ExperimentTargetAccountConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTargetAccountConfigurationSummary
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Provides a summary of a target account configuration.
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.
914 915 916 917 918 919 920 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 914 class ExperimentTargetAccountConfigurationSummary < Struct.new( :role_arn, :account_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the target account.
914 915 916 917 918 919 920 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 914 class ExperimentTargetAccountConfigurationSummary < 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.
914 915 916 917 918 919 920 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 914 class ExperimentTargetAccountConfigurationSummary < Struct.new( :role_arn, :account_id, :description) SENSITIVE = [] include Aws::Structure end |