Class: Aws::WorkSpacesWeb::Types::AssociateBrowserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateBrowserSettingsResponse
- 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.
53 54 55 56 57 58 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 53 class AssociateBrowserSettingsResponse < Struct.new( :browser_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
The ARN of the web portal.
53 54 55 56 57 58 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 53 class AssociateBrowserSettingsResponse < Struct.new( :browser_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |