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.
| 26408 26409 26410 26411 26412 26413 26414 26415 | # File 'lib/aws-sdk-rds/types.rb', line 26408 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.
| 26408 26409 26410 26411 26412 26413 26414 26415 | # File 'lib/aws-sdk-rds/types.rb', line 26408 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.
| 26408 26409 26410 26411 26412 26413 26414 26415 | # File 'lib/aws-sdk-rds/types.rb', line 26408 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.
| 26408 26409 26410 26411 26412 26413 26414 26415 | # File 'lib/aws-sdk-rds/types.rb', line 26408 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end |