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)


1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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)


1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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)


1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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:



1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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)


1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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>)


1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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)


1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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)


1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1092

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