Class: Aws::Types::VpcConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfigurationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_configuration_id ⇒ ::String
Returns the value of attribute vpc_configuration_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def subnet_ids @subnet_ids end |
#vpc_configuration_id ⇒ ::String
Returns the value of attribute vpc_configuration_id.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def vpc_configuration_id @vpc_configuration_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def vpc_id @vpc_id end |