Class: Aws::WorkSpacesWeb::Types::CreateBrowserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateBrowserSettingsResponse
- 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.
511 512 513 514 515 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 511 class CreateBrowserSettingsResponse < Struct.new( :browser_settings_arn) SENSITIVE = [] include Aws::Structure end |