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.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def security_group_arns @security_group_arns end |
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def subnet_arns @subnet_arns end |
#vpc_arn ⇒ ::String
Returns the value of attribute vpc_arn.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def vpc_arn @vpc_arn end |