Class: Aws::Types::ClusterSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSubnetGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_subnet_groups ⇒ ::Array[Types::ClusterSubnetGroup]
Returns the value of attribute cluster_subnet_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cluster_subnet_groups ⇒ ::Array[Types::ClusterSubnetGroup]
Returns the value of attribute cluster_subnet_groups.
431 432 433 |
# File 'sig/types.rbs', line 431 def cluster_subnet_groups @cluster_subnet_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
430 431 432 |
# File 'sig/types.rbs', line 430 def marker @marker end |