Class: Aws::WorkSpacesWeb::Types::NetworkSettingsSummary

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

Overview

The summary of network settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_settings_arnString

The ARN of the network settings.

Returns:

  • (String)


2146
2147
2148
2149
2150
2151
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2146

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

#vpc_idString

The VPC ID of the network settings.

Returns:

  • (String)


2146
2147
2148
2149
2150
2151
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2146

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