Class: Aws::SecurityHub::Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#owner_gidString

Specifies the POSIX group ID to apply to the root directory.

Returns:

  • (String)


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_uidString

Specifies the POSIX user ID to apply to the root directory.

Returns:

  • (String)


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

#permissionsString

Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file’s mode bits.

Returns:

  • (String)


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