Class: Aws::Deadline::Types::StorageProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StorageProfileSummary
- 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
-
#display_name ⇒ String
The display name of the storage profile summary to update.
-
#os_family ⇒ String
The operating system (OS) family.
-
#storage_profile_id ⇒ String
The storage profile ID.
Instance Attribute Details
#display_name ⇒ String
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.
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_family ⇒ String
The operating system (OS) family.
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_id ⇒ String
The storage profile ID.
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 |