Class: Aws::Deadline::Types::GetStorageProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:file_system_locations]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :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)


4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#file_system_locationsArray<Types::FileSystemLocation>

The location of the files for the storage profile.

Returns:



4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#os_familyString

The operating system (OS) for the storage profile.

Returns:

  • (String)


4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4358

class GetStorageProfileResponse < Struct.new(
  :storage_profile_id,
  :display_name,
  :os_family,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :file_system_locations)
  SENSITIVE = [:file_system_locations]
  include Aws::Structure
end