Class: Aws::PrivateNetworks::Types::ConfigureAccessPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ConfigureAccessPointResponse
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point ⇒ Types::NetworkResource
Information about the network resource.
Instance Attribute Details
#access_point ⇒ Types::NetworkResource
Information about the network resource.
236 237 238 239 240 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 236 class ConfigureAccessPointResponse < Struct.new( :access_point) SENSITIVE = [] include Aws::Structure end |