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.



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

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