Class: Aws::WorkSpacesThinClient::Types::SoftwareSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::SoftwareSet
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the software set.
-
#id ⇒ String
The ID of the software set.
-
#released_at ⇒ Time
The timestamp of when the software set was released.
-
#software ⇒ Array<Types::Software>
A list of the software components in the software set.
-
#supported_until ⇒ Time
The timestamp of the end of support for the software set.
-
#tags ⇒ Hash<String,String>
The tag keys and optional values for the resource.
-
#validation_status ⇒ String
An option to define if the software set has been validated.
-
#version ⇒ String
The version of the software set.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the software set.
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 |
#id ⇒ String
The ID of the software set.
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_at ⇒ Time
The timestamp of when the software set was released.
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 |
#software ⇒ Array<Types::Software>
A list of the software components in the software set.
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_until ⇒ Time
The timestamp of the end of support for the software set.
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 |
#tags ⇒ Hash<String,String>
The tag keys and optional values for the resource.
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_status ⇒ String
An option to define if the software set has been validated.
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 |
#version ⇒ String
The version of the software set.
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 |