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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2257
2258
2259
2260
2261
# File 'lib/aws-sdk-fsx/types.rb', line 2257

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