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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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

#display_nameString

The display name of the storage profile.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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

#file_system_locationsArray<Types::FileSystemLocation>

The location of the files for the storage profile.

Returns:



3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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

#os_familyString

The operating system (OS) for the storage profile.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3785

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