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.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def security_group_arns @security_group_arns end |
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def subnet_arns @subnet_arns end |
#vpc_arn ⇒ ::String
Returns the value of attribute vpc_arn.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def vpc_arn @vpc_arn end |