Class: Aws::SecurityHub::Types::AwsEfsAccessPointRootDirectoryDetails

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

Overview

Provides information about the directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_infoTypes::AwsEfsAccessPointRootDirectoryCreationInfoDetails

Specifies the POSIX IDs and permissions to apply to the access point’s root directory.



11740
11741
11742
11743
11744
11745
# File 'lib/aws-sdk-securityhub/types.rb', line 11740

class AwsEfsAccessPointRootDirectoryDetails < Struct.new(
  :creation_info,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

Specifies the path on the Amazon EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide ‘CreationInfo`.

Returns:

  • (String)


11740
11741
11742
11743
11744
11745
# File 'lib/aws-sdk-securityhub/types.rb', line 11740

class AwsEfsAccessPointRootDirectoryDetails < Struct.new(
  :creation_info,
  :path)
  SENSITIVE = []
  include Aws::Structure
end