Class: Aws::Deadline::Types::CreateStorageProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateStorageProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:file_system_locations]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#display_name ⇒ String
The display name of the storage profile.
-
#farm_id ⇒ String
The farm ID of the farm to connect to the storage profile.
-
#file_system_locations ⇒ Array<Types::FileSystemLocation>
File system paths to include in the storage profile.
-
#os_family ⇒ String
The type of operating system (OS) for the storage profile.
Instance Attribute Details
#client_token ⇒ String
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.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-deadline/types.rb', line 1548 class CreateStorageProfileRequest < Struct.new( :client_token, :farm_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |
#display_name ⇒ String
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.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-deadline/types.rb', line 1548 class CreateStorageProfileRequest < Struct.new( :client_token, :farm_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm to connect to the storage profile.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-deadline/types.rb', line 1548 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_locations ⇒ Array<Types::FileSystemLocation>
File system paths to include in the storage profile.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-deadline/types.rb', line 1548 class CreateStorageProfileRequest < Struct.new( :client_token, :farm_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |
#os_family ⇒ String
The type of operating system (OS) for the storage profile.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-deadline/types.rb', line 1548 class CreateStorageProfileRequest < Struct.new( :client_token, :farm_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |