Method: Aws::MigrationHubStrategyRecommendations::Types::SystemInfo#file_system_type
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#file_system_type ⇒ String
File system type for the server.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2349 class SystemInfo < Struct.new( :cpu_architecture, :file_system_type, :network_info_list, :os_info) SENSITIVE = [] include Aws::Structure end |