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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8787

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

#display_nameString

The display name of the storage profile to update.

Returns:

  • (String)


8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8787

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

#farm_idString

The farm ID to update.

Returns:

  • (String)


8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8787

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

#file_system_locations_to_addArray<Types::FileSystemLocation>

The file system location names to add.

Returns:



8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8787

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

#file_system_locations_to_removeArray<Types::FileSystemLocation>

The file system location names to remove.

Returns:



8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8787

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

#os_familyString

The OS system to update.

Returns:

  • (String)


8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8787

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

#storage_profile_idString

The storage profile ID to update.

Returns:

  • (String)


8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8787

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