Class: Aws::MainframeModernization::Types::EfsStorageConfiguration

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

Overview

Defines the storage configuration for an Amazon EFS file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The file system identifier.

Returns:

  • (String)


1072
1073
1074
1075
1076
1077
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1072

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

#mount_pointString

The mount point for the file system.

Returns:

  • (String)


1072
1073
1074
1075
1076
1077
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1072

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