Class: Aws::WorkSpaces::Types::ImportClientBrandingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ImportClientBrandingResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_type_android ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for Android devices.
-
#device_type_ios ⇒ Types::IosClientBrandingAttributes
The branding information configured for iOS devices.
-
#device_type_linux ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for Linux devices.
-
#device_type_osx ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for macOS devices.
-
#device_type_web ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for web access.
-
#device_type_windows ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for Windows devices.
Instance Attribute Details
#device_type_android ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for Android devices.
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3059 class ImportClientBrandingResult < Struct.new( :device_type_windows, :device_type_osx, :device_type_android, :device_type_ios, :device_type_linux, :device_type_web) SENSITIVE = [] include Aws::Structure end |
#device_type_ios ⇒ Types::IosClientBrandingAttributes
The branding information configured for iOS devices.
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3059 class ImportClientBrandingResult < Struct.new( :device_type_windows, :device_type_osx, :device_type_android, :device_type_ios, :device_type_linux, :device_type_web) SENSITIVE = [] include Aws::Structure end |
#device_type_linux ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for Linux devices.
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3059 class ImportClientBrandingResult < Struct.new( :device_type_windows, :device_type_osx, :device_type_android, :device_type_ios, :device_type_linux, :device_type_web) SENSITIVE = [] include Aws::Structure end |
#device_type_osx ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for macOS devices.
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3059 class ImportClientBrandingResult < Struct.new( :device_type_windows, :device_type_osx, :device_type_android, :device_type_ios, :device_type_linux, :device_type_web) SENSITIVE = [] include Aws::Structure end |
#device_type_web ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for web access.
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3059 class ImportClientBrandingResult < Struct.new( :device_type_windows, :device_type_osx, :device_type_android, :device_type_ios, :device_type_linux, :device_type_web) SENSITIVE = [] include Aws::Structure end |
#device_type_windows ⇒ Types::DefaultClientBrandingAttributes
The branding information configured for Windows devices.
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3059 class ImportClientBrandingResult < Struct.new( :device_type_windows, :device_type_osx, :device_type_android, :device_type_ios, :device_type_linux, :device_type_web) SENSITIVE = [] include Aws::Structure end |