Class: Aws::WorkSpaces::Types::DeleteClientBrandingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#platformsArray<String>

The device type for which you want to delete client branding.

Returns:

  • (Array<String>)


1307
1308
1309
1310
1311
1312
# File 'lib/aws-sdk-workspaces/types.rb', line 1307

class DeleteClientBrandingRequest < Struct.new(
  :resource_id,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The directory identifier of the WorkSpace for which you want to delete client branding.

Returns:

  • (String)


1307
1308
1309
1310
1311
1312
# File 'lib/aws-sdk-workspaces/types.rb', line 1307

class DeleteClientBrandingRequest < Struct.new(
  :resource_id,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end