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`.
26958 26959 26960 26961 26962 26963 |
# File 'lib/aws-sdk-rds/types.rb', line 26958 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.
26958 26959 26960 26961 26962 26963 |
# File 'lib/aws-sdk-rds/types.rb', line 26958 class SourceRegionMessage < Struct.new( :marker, :source_regions) SENSITIVE = [] include Aws::Structure end |