Class: Aws::FIS::Types::TargetAccountConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::TargetAccountConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes 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.
2001 2002 2003 2004 2005 2006 2007 |
# File 'lib/aws-sdk-fis/types.rb', line 2001 class TargetAccountConfiguration < Struct.new( :role_arn, :account_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the target account.
2001 2002 2003 2004 2005 2006 2007 |
# File 'lib/aws-sdk-fis/types.rb', line 2001 class TargetAccountConfiguration < 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.
2001 2002 2003 2004 2005 2006 2007 |
# File 'lib/aws-sdk-fis/types.rb', line 2001 class TargetAccountConfiguration < Struct.new( :role_arn, :account_id, :description) SENSITIVE = [] include Aws::Structure end |