Class: Aws::Types::SoftwareInformation
- Inherits:
-
Object
- Object
- Aws::Types::SoftwareInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#install_state ⇒ ::String
Returns the value of attribute install_state.
-
#installed_version ⇒ ::String
Returns the value of attribute installed_version.
-
#installing_version ⇒ ::String
Returns the value of attribute installing_version.
Instance Attribute Details
#install_state ⇒ ::String
Returns the value of attribute install_state.
301 302 303 |
# File 'sig/types.rbs', line 301 def install_state @install_state end |
#installed_version ⇒ ::String
Returns the value of attribute installed_version.
302 303 304 |
# File 'sig/types.rbs', line 302 def installed_version @installed_version end |
#installing_version ⇒ ::String
Returns the value of attribute installing_version.
303 304 305 |
# File 'sig/types.rbs', line 303 def installing_version @installing_version end |