Class: Aws::MainframeModernization::Types::EfsStorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::EfsStorageConfiguration
- 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
-
#file_system_id ⇒ String
The file system identifier.
-
#mount_point ⇒ String
The mount point for the file system.
Instance Attribute Details
#file_system_id ⇒ String
The file system identifier.
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_point ⇒ String
The mount point for the file system.
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 |