Class: Aws::Types::ModifyClusterSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterSubnetGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def cluster_subnet_group_name @cluster_subnet_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def description @description end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def subnet_ids @subnet_ids end |