Class: Aws::SnowDeviceManagement::Types::SoftwareInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::SoftwareInformation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Information about the software on the device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#install_state ⇒ String
The state of the software that is installed or that is being installed on the device.
-
#installed_version ⇒ String
The version of the software currently installed on the device.
-
#installing_version ⇒ String
The version of the software being installed on the device.
Instance Attribute Details
#install_state ⇒ String
The state of the software that is installed or that is being installed on the device.
1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 1011 class SoftwareInformation < Struct.new( :install_state, :installed_version, :installing_version) SENSITIVE = [] include Aws::Structure end |
#installed_version ⇒ String
The version of the software currently installed on the device.
1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 1011 class SoftwareInformation < Struct.new( :install_state, :installed_version, :installing_version) SENSITIVE = [] include Aws::Structure end |
#installing_version ⇒ String
The version of the software being installed on the device.
1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 1011 class SoftwareInformation < Struct.new( :install_state, :installed_version, :installing_version) SENSITIVE = [] include Aws::Structure end |