Class: Aws::WorkSpacesWeb::Types::BrowserSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::BrowserSettingsSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The summary for browser settings.
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.
312 313 314 315 316 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 312 class BrowserSettingsSummary < Struct.new( :browser_settings_arn) SENSITIVE = [] include Aws::Structure end |