Class: Aws::Outposts::Types::GetPrivateConnectivityConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetPrivateConnectivityConfigOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#private_connectivity_config ⇒ Types::PrivateConnectivityConfig
The private connectivity configuration for the Outpost.
Instance Attribute Details
#private_connectivity_config ⇒ Types::PrivateConnectivityConfig
The private connectivity configuration for the Outpost.
1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-outposts/types.rb', line 1377 class GetPrivateConnectivityConfigOutput < Struct.new( :private_connectivity_config) SENSITIVE = [] include Aws::Structure end |