Class: Aws::Deadline::Types::GetStorageProfileForQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetStorageProfileForQueueResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:file_system_locations]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the storage profile connected to a queue.
-
#file_system_locations ⇒ Array<Types::FileSystemLocation>
The location of the files for the storage profile within the queue.
-
#os_family ⇒ String
The operating system of the storage profile in the queue.
-
#storage_profile_id ⇒ String
The storage profile ID.
Instance Attribute Details
#display_name ⇒ String
The display name of the storage profile connected to a queue.
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.
3900 3901 3902 3903 3904 3905 3906 3907 |
# File 'lib/aws-sdk-deadline/types.rb', line 3900 class GetStorageProfileForQueueResponse < Struct.new( :storage_profile_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |
#file_system_locations ⇒ Array<Types::FileSystemLocation>
The location of the files for the storage profile within the queue.
3900 3901 3902 3903 3904 3905 3906 3907 |
# File 'lib/aws-sdk-deadline/types.rb', line 3900 class GetStorageProfileForQueueResponse < Struct.new( :storage_profile_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |
#os_family ⇒ String
The operating system of the storage profile in the queue.
3900 3901 3902 3903 3904 3905 3906 3907 |
# File 'lib/aws-sdk-deadline/types.rb', line 3900 class GetStorageProfileForQueueResponse < Struct.new( :storage_profile_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |
#storage_profile_id ⇒ String
The storage profile ID.
3900 3901 3902 3903 3904 3905 3906 3907 |
# File 'lib/aws-sdk-deadline/types.rb', line 3900 class GetStorageProfileForQueueResponse < Struct.new( :storage_profile_id, :display_name, :os_family, :file_system_locations) SENSITIVE = [:file_system_locations] include Aws::Structure end |