Class: Aws::Types::VpcConfig
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
-
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
-
#vpc_arn ⇒ ::String
Returns the value of attribute vpc_arn.
Instance Attribute Details
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def security_group_arns @security_group_arns end |
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def subnet_arns @subnet_arns end |
#vpc_arn ⇒ ::String
Returns the value of attribute vpc_arn.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def vpc_arn @vpc_arn end |