Class: Aws::Types::VpcConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def subnet_ids @subnet_ids end |