Class: Aws::SnowDeviceManagement::Types::SoftwareInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

Information about the software on the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#install_stateString

The state of the software that is installed or that is being installed on the device.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1011

class SoftwareInformation < Struct.new(
  :install_state,
  :installed_version,
  :installing_version)
  SENSITIVE = []
  include Aws::Structure
end

#installed_versionString

The version of the software currently installed on the device.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1011

class SoftwareInformation < Struct.new(
  :install_state,
  :installed_version,
  :installing_version)
  SENSITIVE = []
  include Aws::Structure
end

#installing_versionString

The version of the software being installed on the device.

Returns:

  • (String)


1011
1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1011

class SoftwareInformation < Struct.new(
  :install_state,
  :installed_version,
  :installing_version)
  SENSITIVE = []
  include Aws::Structure
end