Class: Aws::RDS::Types::SourceRegion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::SourceRegion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Contains an Amazon Web Services Region name as the result of a successful call to the ‘DescribeSourceRegions` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The endpoint for the source Amazon Web Services Region endpoint.
 - 
  
    
      #region_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the source Amazon Web Services Region.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the source Amazon Web Services Region.
 - 
  
    
      #supports_db_instance_automated_backups_replication  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
 
Instance Attribute Details
#endpoint ⇒ String
The endpoint for the source Amazon Web Services Region endpoint.
      27079 27080 27081 27082 27083 27084 27085 27086  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27079 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end  | 
  
#region_name ⇒ String
The name of the source Amazon Web Services Region.
      27079 27080 27081 27082 27083 27084 27085 27086  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27079 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the source Amazon Web Services Region.
      27079 27080 27081 27082 27083 27084 27085 27086  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27079 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end  | 
  
#supports_db_instance_automated_backups_replication ⇒ Boolean
Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
      27079 27080 27081 27082 27083 27084 27085 27086  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27079 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end  |