Class: Aws::Outposts::Types::GetPrivateConnectivityConfigOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#private_connectivity_config ⇒ Types::PrivateConnectivityConfig

The private connectivity configuration for the Outpost.



1383
1384
1385
1386
1387
# File 'lib/aws-sdk-outposts/types.rb', line 1383

class GetPrivateConnectivityConfigOutput < Struct.new(
  :private_connectivity_config)
  SENSITIVE = []
  include Aws::Structure
end