Class: Aws::WorkSpacesWeb::Types::CreateNetworkSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateNetworkSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_settings_arn ⇒ String
The ARN of the network settings.
Instance Attribute Details
#network_settings_arn ⇒ String
The ARN of the network settings.
828 829 830 831 832 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 828 class CreateNetworkSettingsResponse < Struct.new( :network_settings_arn) SENSITIVE = [] include Aws::Structure end |