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 =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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

#idString

The ID of the software set.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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

#released_atTime

The timestamp of when the software set was released.

Returns:

  • (Time)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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

#softwareArray<Types::Software>

A list of the software components in the software set.

Returns:



1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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

#supported_untilTime

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

Returns:

  • (Time)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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

#tagsHash<String,String>

The tag keys and optional values for the resource.

Returns:

  • (Hash<String,String>)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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

#validation_statusString

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

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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

#versionString

The version of the software set.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1104

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