Class: Aws::Types::UpdateSettings
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_subnets ⇒ ::Array[::String]
Returns the value of attribute add_subnets.
-
#remove_subnets ⇒ ::Array[::String]
Returns the value of attribute remove_subnets.
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
Instance Attribute Details
#add_subnets ⇒ ::Array[::String]
Returns the value of attribute add_subnets.
416 417 418 |
# File 'sig/types.rbs', line 416 def add_subnets @add_subnets end |
#remove_subnets ⇒ ::Array[::String]
Returns the value of attribute remove_subnets.
417 418 419 |
# File 'sig/types.rbs', line 417 def remove_subnets @remove_subnets end |
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def security_group_id @security_group_id end |