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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#private_connectivity_configTypes::PrivateConnectivityConfig

The private connectivity configuration for the Outpost.



1377
1378
1379
1380
1381
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1377

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