Class: Aws::SecurityHub::Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the settings that Amazon EFS uses to create the root directory when a client connects to an access point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_gid ⇒ String
Specifies the POSIX group ID to apply to the root directory.
-
#owner_uid ⇒ String
Specifies the POSIX user ID to apply to the root directory.
-
#permissions ⇒ String
Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file’s mode bits.
Instance Attribute Details
#owner_gid ⇒ String
Specifies the POSIX group ID to apply to the root directory.
11713 11714 11715 11716 11717 11718 11719 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11713 class AwsEfsAccessPointRootDirectoryCreationInfoDetails < Struct.new( :owner_gid, :owner_uid, :permissions) SENSITIVE = [] include Aws::Structure end |
#owner_uid ⇒ String
Specifies the POSIX user ID to apply to the root directory.
11713 11714 11715 11716 11717 11718 11719 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11713 class AwsEfsAccessPointRootDirectoryCreationInfoDetails < Struct.new( :owner_gid, :owner_uid, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ String
Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file’s mode bits.
11713 11714 11715 11716 11717 11718 11719 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11713 class AwsEfsAccessPointRootDirectoryCreationInfoDetails < Struct.new( :owner_gid, :owner_uid, :permissions) SENSITIVE = [] include Aws::Structure end |