Class: Aws::Types::AdditionalInfo
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#device_name ⇒ ::String
Returns the value of attribute device_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def device_name @device_name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def version_id @version_id end |