Class: Aws::Deadline::Types::UpdateStorageProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:file_system_locations_to_add, :file_system_locations_to_remove]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
# File 'lib/aws-sdk-deadline/types.rb', line 9046

class UpdateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :storage_profile_id,
  :display_name,
  :os_family,
  :file_system_locations_to_add,
  :file_system_locations_to_remove)
  SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
  include Aws::Structure
end

#display_nameString

The display name of the storage profile to update.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
# File 'lib/aws-sdk-deadline/types.rb', line 9046

class UpdateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :storage_profile_id,
  :display_name,
  :os_family,
  :file_system_locations_to_add,
  :file_system_locations_to_remove)
  SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
  include Aws::Structure
end

#farm_idString

The farm ID to update.

Returns:

  • (String)


9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
# File 'lib/aws-sdk-deadline/types.rb', line 9046

class UpdateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :storage_profile_id,
  :display_name,
  :os_family,
  :file_system_locations_to_add,
  :file_system_locations_to_remove)
  SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
  include Aws::Structure
end

#file_system_locations_to_addArray<Types::FileSystemLocation>

The file system location names to add.

Returns:



9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
# File 'lib/aws-sdk-deadline/types.rb', line 9046

class UpdateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :storage_profile_id,
  :display_name,
  :os_family,
  :file_system_locations_to_add,
  :file_system_locations_to_remove)
  SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
  include Aws::Structure
end

#file_system_locations_to_removeArray<Types::FileSystemLocation>

The file system location names to remove.

Returns:



9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
# File 'lib/aws-sdk-deadline/types.rb', line 9046

class UpdateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :storage_profile_id,
  :display_name,
  :os_family,
  :file_system_locations_to_add,
  :file_system_locations_to_remove)
  SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
  include Aws::Structure
end

#os_familyString

The OS system to update.

Returns:

  • (String)


9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
# File 'lib/aws-sdk-deadline/types.rb', line 9046

class UpdateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :storage_profile_id,
  :display_name,
  :os_family,
  :file_system_locations_to_add,
  :file_system_locations_to_remove)
  SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
  include Aws::Structure
end

#storage_profile_idString

The storage profile ID to update.

Returns:

  • (String)


9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
# File 'lib/aws-sdk-deadline/types.rb', line 9046

class UpdateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :storage_profile_id,
  :display_name,
  :os_family,
  :file_system_locations_to_add,
  :file_system_locations_to_remove)
  SENSITIVE = [:file_system_locations_to_add, :file_system_locations_to_remove]
  include Aws::Structure
end