Class: Aws::MainframeModernization::Types::FsxStorageConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Defines the storage configuration for an Amazon FSx file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The file system identifier.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1235

class FsxStorageConfiguration < Struct.new(
  :file_system_id,
  :mount_point)
  SENSITIVE = []
  include Aws::Structure
end

#mount_pointString

The mount point for the file system.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1235

class FsxStorageConfiguration < Struct.new(
  :file_system_id,
  :mount_point)
  SENSITIVE = []
  include Aws::Structure
end