Class: Aws::Types::CreatePrivateConnectivityConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrivateConnectivityConfigOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#private_connectivity_config ⇒ Types::PrivateConnectivityConfig
Returns the value of attribute private_connectivity_config.
Instance Attribute Details
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def outpost_id @outpost_id end |
#private_connectivity_config ⇒ Types::PrivateConnectivityConfig
Returns the value of attribute private_connectivity_config.
184 185 186 |
# File 'sig/types.rbs', line 184 def private_connectivity_config @private_connectivity_config end |