Class: Aws::WorkSpacesThinClient::Types::SoftwareSet

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

Overview

Describes a software set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the software set.

Returns:

  • (String)


1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1100

class SoftwareSet < Struct.new(
  :id,
  :version,
  :released_at,
  :supported_until,
  :validation_status,
  :software,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the software set.

Returns:

  • (String)


1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1100

class SoftwareSet < Struct.new(
  :id,
  :version,
  :released_at,
  :supported_until,
  :validation_status,
  :software,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#released_atTime

The timestamp of when the software set was released.

Returns:

  • (Time)


1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1100

class SoftwareSet < Struct.new(
  :id,
  :version,
  :released_at,
  :supported_until,
  :validation_status,
  :software,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#softwareArray<Types::Software>

A list of the software components in the software set.

Returns:



1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1100

class SoftwareSet < Struct.new(
  :id,
  :version,
  :released_at,
  :supported_until,
  :validation_status,
  :software,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#supported_untilTime

The timestamp of the end of support for the software set.

Returns:

  • (Time)


1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1100

class SoftwareSet < Struct.new(
  :id,
  :version,
  :released_at,
  :supported_until,
  :validation_status,
  :software,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#validation_statusString

An option to define if the software set has been validated.

Returns:

  • (String)


1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1100

class SoftwareSet < Struct.new(
  :id,
  :version,
  :released_at,
  :supported_until,
  :validation_status,
  :software,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the software set.

Returns:

  • (String)


1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1100

class SoftwareSet < Struct.new(
  :id,
  :version,
  :released_at,
  :supported_until,
  :validation_status,
  :software,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end