Class: Aws::WorkSpacesWeb::Types::GetNetworkSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_settings_arnString

The ARN of the network settings.

Returns:

  • (String)


1315
1316
1317
1318
1319
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1315

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