Class: Aws::NimbleStudio::Types::SharedFileSystemConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::SharedFileSystemConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The configuration for a shared file storage system that is associated with a studio resource.
Constant Summary collapse
- SENSITIVE =
[:endpoint, :linux_mount_point, :share_name]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint of the shared file system that is accessed by the studio component resource.
-
#file_system_id ⇒ String
The unique identifier for a file system.
-
#linux_mount_point ⇒ String
The mount location for a shared file system on a Linux virtual workstation.
-
#share_name ⇒ String
The name of the file share.
-
#windows_mount_drive ⇒ String
The mount location for a shared file system on a Windows virtual workstation.
Instance Attribute Details
#endpoint ⇒ String
The endpoint of the shared file system that is accessed by the studio component resource.
2311 2312 2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2311 class SharedFileSystemConfiguration < Struct.new( :endpoint, :file_system_id, :linux_mount_point, :share_name, :windows_mount_drive) SENSITIVE = [:endpoint, :linux_mount_point, :share_name] include Aws::Structure end |
#file_system_id ⇒ String
The unique identifier for a file system.
2311 2312 2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2311 class SharedFileSystemConfiguration < Struct.new( :endpoint, :file_system_id, :linux_mount_point, :share_name, :windows_mount_drive) SENSITIVE = [:endpoint, :linux_mount_point, :share_name] include Aws::Structure end |
#linux_mount_point ⇒ String
The mount location for a shared file system on a Linux virtual workstation.
2311 2312 2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2311 class SharedFileSystemConfiguration < Struct.new( :endpoint, :file_system_id, :linux_mount_point, :share_name, :windows_mount_drive) SENSITIVE = [:endpoint, :linux_mount_point, :share_name] include Aws::Structure end |
#share_name ⇒ String
The name of the file share.
2311 2312 2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2311 class SharedFileSystemConfiguration < Struct.new( :endpoint, :file_system_id, :linux_mount_point, :share_name, :windows_mount_drive) SENSITIVE = [:endpoint, :linux_mount_point, :share_name] include Aws::Structure end |
#windows_mount_drive ⇒ String
The mount location for a shared file system on a Windows virtual workstation.
2311 2312 2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2311 class SharedFileSystemConfiguration < Struct.new( :endpoint, :file_system_id, :linux_mount_point, :share_name, :windows_mount_drive) SENSITIVE = [:endpoint, :linux_mount_point, :share_name] include Aws::Structure end |