Class: Aws::PrivateNetworks::Types::ConfigureAccessPointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_pointTypes::NetworkResource

Information about the network resource.



343
344
345
346
347
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 343

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