Class: Aws::Types::UpdateSubnetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSubnetGroupRequest
- 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.
488 489 490 |
# File 'sig/types.rbs', line 488 def description @description end |
#subnet_group_name ⇒ ::String
Returns the value of attribute subnet_group_name.
487 488 489 |
# File 'sig/types.rbs', line 487 def subnet_group_name @subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
489 490 491 |
# File 'sig/types.rbs', line 489 def subnet_ids @subnet_ids end |