Class: Aws::DatabaseMigrationService::Types::DescribeReplicationSubnetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeReplicationSubnetGroupsResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
-
#replication_subnet_groups ⇒ Array<Types::ReplicationSubnetGroup>
A description of the replication subnet groups.
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
.
4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4671 class DescribeReplicationSubnetGroupsResponse < Struct.new( :marker, :replication_subnet_groups) SENSITIVE = [] include Aws::Structure end |
#replication_subnet_groups ⇒ Array<Types::ReplicationSubnetGroup>
A description of the replication subnet groups.
4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4671 class DescribeReplicationSubnetGroupsResponse < Struct.new( :marker, :replication_subnet_groups) SENSITIVE = [] include Aws::Structure end |