Class: Aws::Deadline::Types::GetStorageProfileForQueueResponse

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

#display_nameString

The display name of the storage profile connected to a queue.

Returns:

  • (String)


3725
3726
3727
3728
3729
3730
3731
3732
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3725

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

#file_system_locationsArray<Types::FileSystemLocation>

The location of the files for the storage profile within the queue.

Returns:



3725
3726
3727
3728
3729
3730
3731
3732
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3725

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

#os_familyString

The operating system of the storage profile in the queue.

Returns:

  • (String)


3725
3726
3727
3728
3729
3730
3731
3732
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3725

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


3725
3726
3727
3728
3729
3730
3731
3732
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3725

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