Class: Aws::Deadline::Types::CreateStorageProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:file_system_locations]

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)


1499
1500
1501
1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-deadline/types.rb', line 1499

class CreateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :display_name,
  :os_family,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#display_nameString

The display name of the storage profile.

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)


1499
1500
1501
1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-deadline/types.rb', line 1499

class CreateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :display_name,
  :os_family,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#farm_idString

The farm ID of the farm to connect to the storage profile.

Returns:

  • (String)


1499
1500
1501
1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-deadline/types.rb', line 1499

class CreateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :display_name,
  :os_family,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#file_system_locationsArray<Types::FileSystemLocation>

File system paths to include in the storage profile.

Returns:



1499
1500
1501
1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-deadline/types.rb', line 1499

class CreateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :display_name,
  :os_family,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#os_familyString

The type of operating system (OS) for the storage profile.

Returns:

  • (String)


1499
1500
1501
1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-deadline/types.rb', line 1499

class CreateStorageProfileRequest < Struct.new(
  :client_token,
  :farm_id,
  :display_name,
  :os_family,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end