Class: Aws::WorkDocs::Types::UpdateFolderRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token, :name]

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)


2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2901

class UpdateFolderRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#folder_idString

The ID of the folder.

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2901

class UpdateFolderRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#nameString

The name of the folder.

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2901

class UpdateFolderRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#parent_folder_idString

The ID of the parent folder.

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2901

class UpdateFolderRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end

#resource_stateString

The resource state of the folder. Only ACTIVE and RECYCLED are accepted values from the API.

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2901

class UpdateFolderRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :name,
  :parent_folder_id,
  :resource_state)
  SENSITIVE = [:authentication_token, :name]
  include Aws::Structure
end