Class: Aws::Types::VpcConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_id_updates ⇒ ::Array[::String]
Returns the value of attribute security_group_id_updates.
-
#subnet_id_updates ⇒ ::Array[::String]
Returns the value of attribute subnet_id_updates.
-
#vpc_configuration_id ⇒ ::String
Returns the value of attribute vpc_configuration_id.
Instance Attribute Details
#security_group_id_updates ⇒ ::Array[::String]
Returns the value of attribute security_group_id_updates.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def security_group_id_updates @security_group_id_updates end |
#subnet_id_updates ⇒ ::Array[::String]
Returns the value of attribute subnet_id_updates.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def subnet_id_updates @subnet_id_updates end |
#vpc_configuration_id ⇒ ::String
Returns the value of attribute vpc_configuration_id.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def vpc_configuration_id @vpc_configuration_id end |