Class: Aws::WorkSpacesWeb::Types::CreateBrowserSettingsResponse

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)


477
478
479
480
481
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 477

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