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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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)


1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1230

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)


1230
1231
1232
1233
1234
1235
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1230

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