Class: Aws::Deadline::Types::GetStorageProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetStorageProfileResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:file_system_locations]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the resource was created.
-
#created_by ⇒ String
The user or system that created this resource.
-
#display_name ⇒ String
The display name of the storage profile.
-
#file_system_locations ⇒ Array<Types::FileSystemLocation>
The location of the files for the storage profile.
-
#os_family ⇒ String
The operating system (OS) for the storage profile.
-
#storage_profile_id ⇒ String
The storage profile ID.
-
#updated_at ⇒ Time
The date and time the resource was updated.
-
#updated_by ⇒ String
The user or system that updated this resource.
Instance Attribute Details
#created_at ⇒ Time
The date and time the resource was created.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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_by ⇒ String
The user or system that created this resource.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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_name ⇒ String
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.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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_locations ⇒ Array<Types::FileSystemLocation>
The location of the files for the storage profile.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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_family ⇒ String
The operating system (OS) for the storage profile.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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_id ⇒ String
The storage profile ID.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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_at ⇒ Time
The date and time the resource was updated.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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_by ⇒ String
The user or system that updated this resource.
3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3915 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 |