Class: Aws::WorkSpacesThinClient::Types::UpdateSoftwareSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the software set to update.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1337

class UpdateSoftwareSetRequest < Struct.new(
  :id,
  :validation_status)
  SENSITIVE = []
  include Aws::Structure
end

#validation_statusString

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

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-workspacesthinclient/lib/aws-sdk-workspacesthinclient/types.rb', line 1337

class UpdateSoftwareSetRequest < Struct.new(
  :id,
  :validation_status)
  SENSITIVE = []
  include Aws::Structure
end