Class: Aws::WorkSpacesThinClient::Types::SoftwareSetSummary

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)


1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1133

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

#idString

The ID of the software set.

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1133

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

#released_atTime

The timestamp of when the software set was released.

Returns:

  • (Time)


1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1133

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

#supported_untilTime

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

Returns:

  • (Time)


1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1133

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

#validation_statusString

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

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1133

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

#versionString

The version of the software set.

Returns:

  • (String)


1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1133

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