Class: Aws::WorkSpacesWeb::Types::GetNetworkSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetNetworkSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_settings ⇒ Types::NetworkSettings
The network settings.
Instance Attribute Details
#network_settings ⇒ Types::NetworkSettings
The network settings.
1339 1340 1341 1342 1343 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1339 class GetNetworkSettingsResponse < Struct.new( :network_settings) SENSITIVE = [] include Aws::Structure end |