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.

Constant Summary collapse

SENSITIVE =
[]

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)


25959
25960
25961
25962
25963
25964
# File 'lib/aws-sdk-rds/types.rb', line 25959

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

#source_regionsArray<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.

Returns:



25959
25960
25961
25962
25963
25964
# File 'lib/aws-sdk-rds/types.rb', line 25959

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