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`.
| 26434 26435 26436 26437 26438 26439 | # File 'lib/aws-sdk-rds/types.rb', line 26434 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.
| 26434 26435 26436 26437 26438 26439 | # File 'lib/aws-sdk-rds/types.rb', line 26434 class SourceRegionMessage < Struct.new( :marker, :source_regions) SENSITIVE = [] include Aws::Structure end |