Class: Aws::WorkDocs::Types::DeleteFolderContentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


739
740
741
742
743
744
# File 'lib/aws-sdk-workdocs/types.rb', line 739

class DeleteFolderContentsRequest < Struct.new(
  :authentication_token,
  :folder_id)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end

#folder_idString

The ID of the folder.

Returns:

  • (String)


739
740
741
742
743
744
# File 'lib/aws-sdk-workdocs/types.rb', line 739

class DeleteFolderContentsRequest < Struct.new(
  :authentication_token,
  :folder_id)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end