Class: Aws::Types::VpcPropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::VpcPropertiesPatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
7020 7021 7022 |
# File 'sig/types.rbs', line 7020 def security_group_id @security_group_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
7019 7020 7021 |
# File 'sig/types.rbs', line 7019 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
7018 7019 7020 |
# File 'sig/types.rbs', line 7018 def vpc_id @vpc_id end |