Class: Aws::WorkSpacesThinClient::Types::Software

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

Overview

Describes software.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the software component.

Returns:

  • (String)


1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1049

class Software < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the software component.

Returns:

  • (String)


1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1049

class Software < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end