Class: Aws::WorkSpacesWeb::Types::AssociateBrowserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateBrowserSettingsRequest
- Includes:
- Structure
- Defined in:
- 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.
-
#portal_arn ⇒ String
The ARN of the web portal.
Instance Attribute Details
#browser_settings_arn ⇒ String
The ARN of the browser settings.
36 37 38 39 40 41 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 36 class AssociateBrowserSettingsRequest < Struct.new( :browser_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
The ARN of the web portal.
36 37 38 39 40 41 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 36 class AssociateBrowserSettingsRequest < Struct.new( :browser_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |