Class: Aws::WorkSpacesWeb::Types::AssociateBrowserSettingsResponse

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

#browser_settings_arnString

The ARN of the browser settings.

Returns:

  • (String)


53
54
55
56
57
58
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 53

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

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


53
54
55
56
57
58
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 53

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