Class: Aws::WorkSpacesWeb::Types::CreateBrowserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateBrowserSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#browser_settings_arn ⇒ String
The ARN of the browser settings.
Instance Attribute Details
#browser_settings_arn ⇒ String
The ARN of the browser settings.
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 |