Class: Aws::FSx::Types::CreateFileSystemResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

The response object returned after the file system is created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemTypes::FileSystem

The configuration of the file system that was created.

Returns:



2524
2525
2526
2527
2528
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 2524

class CreateFileSystemResponse < Struct.new(
  :file_system)
  SENSITIVE = []
  include Aws::Structure
end