Class: Aws::Types::DeviceInfo
- Inherits:
-
Object
- Object
- Aws::Types::DeviceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
-
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
Instance Attribute Details
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def @operating_system end |
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def platform_name @platform_name end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def platform_version @platform_version end |