Class: Aws::DatabaseMigrationService::Types::DescribeReplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeReplicationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#replications ⇒ Array<Types::Replication>
The replication descriptions.
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`.
4995 4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4995 class DescribeReplicationsResponse < Struct.new( :marker, :replications) SENSITIVE = [] include Aws::Structure end |
#replications ⇒ Array<Types::Replication>
The replication descriptions.
4995 4996 4997 4998 4999 5000 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4995 class DescribeReplicationsResponse < Struct.new( :marker, :replications) SENSITIVE = [] include Aws::Structure end |