Class: Aws::PrivateNetworks::Types::ConfigureAccessPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ConfigureAccessPointResponse
- Includes:
- Structure
- Defined in:
- 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.
343 344 345 346 347 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 343 class ConfigureAccessPointResponse < Struct.new( :access_point) SENSITIVE = [] include Aws::Structure end |