Class: Aws::FIS::Types::TargetAccountConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FIS::Types::TargetAccountConfiguration
 
- Defined in:
- gems/aws-sdk-fis/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.
| 2399 2400 2401 2402 2403 2404 2405 | # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2399 class TargetAccountConfiguration < Struct.new( :role_arn, :account_id, :description) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the target account.
| 2399 2400 2401 2402 2403 2404 2405 | # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2399 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.
| 2399 2400 2401 2402 2403 2404 2405 | # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2399 class TargetAccountConfiguration < Struct.new( :role_arn, :account_id, :description) SENSITIVE = [] include Aws::Structure end |