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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
252 253 254 |
# File 'sig/types.rbs', line 252 def description @description end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
251 252 253 |
# File 'sig/types.rbs', line 251 def subnet_group_name @subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
253 254 255 |
# File 'sig/types.rbs', line 253 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
254 255 256 |
# File 'sig/types.rbs', line 254 def @tags end |