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.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def @operating_system end |
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def platform_name @platform_name end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def platform_version @platform_version end |