Class: Aws::Types::VpcInformation
- Inherits:
-
Object
- Object
- Aws::Types::VpcInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def subnet_ids @subnet_ids end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def vpc_id @vpc_id end |