Class: Aws::Types::CreatePrivateConnectivityConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrivateConnectivityConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#vpc_information_list ⇒ ::Array[Types::VpcInformation]
Returns the value of attribute vpc_information_list.
Instance Attribute Details
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def outpost_id @outpost_id end |
#vpc_information_list ⇒ ::Array[Types::VpcInformation]
Returns the value of attribute vpc_information_list.
179 180 181 |
# File 'sig/types.rbs', line 179 def vpc_information_list @vpc_information_list end |