Class: Aws::WorkSpacesWeb::Types::NetworkSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::NetworkSettingsSummary
- 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
-
#network_settings_arn ⇒ String
The ARN of the network settings.
-
#vpc_id ⇒ String
The VPC ID of the network settings.
Instance Attribute Details
#network_settings_arn ⇒ String
The ARN of the network settings.
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_id ⇒ String
The VPC ID of the network settings.
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 |