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)


2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2678

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)


2678
2679
2680
2681
2682
2683
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2678

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