Class: Aws::Types::CreateClusterSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterSubnetGroupMessage
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
588 589 590 |
# File 'sig/types.rbs', line 588 def cluster_subnet_group_name @cluster_subnet_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
589 590 591 |
# File 'sig/types.rbs', line 589 def description @description end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
590 591 592 |
# File 'sig/types.rbs', line 590 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
591 592 593 |
# File 'sig/types.rbs', line 591 def @tags end |