Class: Aws::RDS::Types::SourceRegionMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Contains the result of a successful invocation of the DescribeSourceRegions action.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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`.

Returns:

  • (String)


15221
15222
15223
15224
15225
# File 'lib/aws-sdk-rds/types.rb', line 15221

class SourceRegionMessage < Struct.new(
  :marker,
  :source_regions)
  include Aws::Structure
end

#source_regionsArray<Types::SourceRegion>

A list of SourceRegion instances that contains each source AWS Region that the current AWS Region can get a Read Replica or a DB snapshot from.

Returns:



15221
15222
15223
15224
15225
# File 'lib/aws-sdk-rds/types.rb', line 15221

class SourceRegionMessage < Struct.new(
  :marker,
  :source_regions)
  include Aws::Structure
end