Class: Aws::WorkSpacesWeb::Types::AssociateNetworkSettingsResponse

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)


121
122
123
124
125
126
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 121

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

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


121
122
123
124
125
126
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 121

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