Class: Aws::Deadline::Types::StorageProfileSummary

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

Overview

The details of a storage profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name of the storage profile summary to update.

Returns:

  • (String)


7902
7903
7904
7905
7906
7907
7908
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7902

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

#os_familyString

The operating system (OS) family.

Returns:

  • (String)


7902
7903
7904
7905
7906
7907
7908
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7902

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


7902
7903
7904
7905
7906
7907
7908
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7902

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