Class: Aws::WorkSpacesWeb::Types::GetBrowserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetBrowserSettingsRequest
- 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.
Instance Attribute Details
#browser_settings_arn ⇒ String
The ARN of the browser settings.
1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1524 class GetBrowserSettingsRequest < Struct.new( :browser_settings_arn) SENSITIVE = [] include Aws::Structure end |