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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

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)


8178
8179
8180
8181
8182
8183
8184
# File 'lib/aws-sdk-deadline/types.rb', line 8178

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

#os_familyString

The operating system (OS) family.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
8184
# File 'lib/aws-sdk-deadline/types.rb', line 8178

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


8178
8179
8180
8181
8182
8183
8184
# File 'lib/aws-sdk-deadline/types.rb', line 8178

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