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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


25833
25834
25835
25836
25837
25838
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25833

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:



25833
25834
25835
25836
25837
25838
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25833

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