Class: Aws::Redshift::Types::AccountWithRestoreAccess
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::AccountWithRestoreAccess
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes an Amazon Web Services account authorized to restore a snapshot.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_alias  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of an Amazon Web Services support account authorized to restore a snapshot.
 - 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of an Amazon Web Services account authorized to restore a snapshot.
 
Instance Attribute Details
#account_alias ⇒ String
The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is ‘amazon-redshift-support`.
      104 105 106 107 108 109  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 104 class AccountWithRestoreAccess < Struct.new( :account_id, :account_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#account_id ⇒ String
The identifier of an Amazon Web Services account authorized to restore a snapshot.
      104 105 106 107 108 109  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 104 class AccountWithRestoreAccess < Struct.new( :account_id, :account_alias) SENSITIVE = [] include Aws::Structure end  |