Module: Aws::WorkSpaces::Client::_DescribeClientBrandingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeClientBrandingResult]
- 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
558 |
# File 'sig/client.rbs', line 558
def device_type_android: () -> Types::DefaultClientBrandingAttributes
|
#device_type_ios ⇒ Types::IosClientBrandingAttributes
559 |
# File 'sig/client.rbs', line 559
def device_type_ios: () -> Types::IosClientBrandingAttributes
|
#device_type_linux ⇒ Types::DefaultClientBrandingAttributes
560 |
# File 'sig/client.rbs', line 560
def device_type_linux: () -> Types::DefaultClientBrandingAttributes
|
#device_type_osx ⇒ Types::DefaultClientBrandingAttributes
557 |
# File 'sig/client.rbs', line 557
def device_type_osx: () -> Types::DefaultClientBrandingAttributes
|
#device_type_web ⇒ Types::DefaultClientBrandingAttributes
561 |
# File 'sig/client.rbs', line 561
def device_type_web: () -> Types::DefaultClientBrandingAttributes
|
#device_type_windows ⇒ Types::DefaultClientBrandingAttributes
556 |
# File 'sig/client.rbs', line 556
def device_type_windows: () -> Types::DefaultClientBrandingAttributes
|