Class: Aws::Types::CreateSubnetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubnetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
80 81 82 |
# File 'sig/types.rbs', line 80 def description @description end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def subnet_group_name @subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
81 82 83 |
# File 'sig/types.rbs', line 81 def subnet_ids @subnet_ids end |