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

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 EFS file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The file system identifier.

Returns:

  • (String)


1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1067

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)


1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1067

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