Class: Aws::Types::DescribeClientBrandingResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClientBrandingResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_type_android ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_android.
-
#device_type_ios ⇒ Types::IosClientBrandingAttributes
Returns the value of attribute device_type_ios.
-
#device_type_linux ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_linux.
-
#device_type_osx ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_osx.
-
#device_type_web ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_web.
-
#device_type_windows ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_windows.
Instance Attribute Details
#device_type_android ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_android.
584 585 586 |
# File 'sig/types.rbs', line 584 def device_type_android @device_type_android end |
#device_type_ios ⇒ Types::IosClientBrandingAttributes
Returns the value of attribute device_type_ios.
585 586 587 |
# File 'sig/types.rbs', line 585 def device_type_ios @device_type_ios end |
#device_type_linux ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_linux.
586 587 588 |
# File 'sig/types.rbs', line 586 def device_type_linux @device_type_linux end |
#device_type_osx ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_osx.
583 584 585 |
# File 'sig/types.rbs', line 583 def device_type_osx @device_type_osx end |
#device_type_web ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_web.
587 588 589 |
# File 'sig/types.rbs', line 587 def device_type_web @device_type_web end |
#device_type_windows ⇒ Types::DefaultClientBrandingAttributes
Returns the value of attribute device_type_windows.
582 583 584 |
# File 'sig/types.rbs', line 582 def device_type_windows @device_type_windows end |