Class: Aws::Types::DescribeReplicationSubnetGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationSubnetGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#replication_subnet_groups ⇒ ::Array[Types::ReplicationSubnetGroup]
Returns the value of attribute replication_subnet_groups.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def marker @marker end |
#replication_subnet_groups ⇒ ::Array[Types::ReplicationSubnetGroup]
Returns the value of attribute replication_subnet_groups.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def replication_subnet_groups @replication_subnet_groups end |