Class: Aws::WorkSpacesThinClient::Types::Software
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::Software
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
Describes software.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the software component.
-
#version ⇒ String
The version of the software component.
Instance Attribute Details
#name ⇒ String
The name of the software component.
1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1061 class Software < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the software component.
1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1061 class Software < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |