Module: Aws::WorkSpaces::Client::_ImportClientBrandingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportClientBrandingResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #device_type_android ⇒ Types::DefaultClientBrandingAttributes
- #device_type_ios ⇒ Types::IosClientBrandingAttributes
- #device_type_linux ⇒ Types::DefaultClientBrandingAttributes
- #device_type_osx ⇒ Types::DefaultClientBrandingAttributes
- #device_type_web ⇒ Types::DefaultClientBrandingAttributes
- #device_type_windows ⇒ Types::DefaultClientBrandingAttributes
Instance Method Details
#device_type_android ⇒ Types::DefaultClientBrandingAttributes
864 |
# File 'sig/client.rbs', line 864
def device_type_android: () -> Types::DefaultClientBrandingAttributes
|
#device_type_ios ⇒ Types::IosClientBrandingAttributes
865 |
# File 'sig/client.rbs', line 865
def device_type_ios: () -> Types::IosClientBrandingAttributes
|
#device_type_linux ⇒ Types::DefaultClientBrandingAttributes
866 |
# File 'sig/client.rbs', line 866
def device_type_linux: () -> Types::DefaultClientBrandingAttributes
|
#device_type_osx ⇒ Types::DefaultClientBrandingAttributes
863 |
# File 'sig/client.rbs', line 863
def device_type_osx: () -> Types::DefaultClientBrandingAttributes
|
#device_type_web ⇒ Types::DefaultClientBrandingAttributes
867 |
# File 'sig/client.rbs', line 867
def device_type_web: () -> Types::DefaultClientBrandingAttributes
|
#device_type_windows ⇒ Types::DefaultClientBrandingAttributes
862 |
# File 'sig/client.rbs', line 862
def device_type_windows: () -> Types::DefaultClientBrandingAttributes
|