Class: Aws::RDS::Types::SourceRegionMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::SourceRegionMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Contains the result of a successful invocation of the ‘DescribeSourceRegions` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 - 
  
    
      #source_regions  ⇒ Array<Types::SourceRegion> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘SourceRegion` instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.
 
Instance Attribute Details
#marker ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.
      27105 27106 27107 27108 27109 27110  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27105 class SourceRegionMessage < Struct.new( :marker, :source_regions) SENSITIVE = [] include Aws::Structure end  | 
  
#source_regions ⇒ Array<Types::SourceRegion>
A list of ‘SourceRegion` instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.
      27105 27106 27107 27108 27109 27110  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27105 class SourceRegionMessage < Struct.new( :marker, :source_regions) SENSITIVE = [] include Aws::Structure end  |