Class: Aws::Types::VpcPropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::VpcPropertiesInput
- 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.
7004 7005 7006 |
# File 'sig/types.rbs', line 7004 def security_group_id @security_group_id end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
7003 7004 7005 |
# File 'sig/types.rbs', line 7003 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
7002 7003 7004 |
# File 'sig/types.rbs', line 7002 def vpc_id @vpc_id end |