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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


11710
11711
11712
11713
11714
11715
11716
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11710

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)


11710
11711
11712
11713
11714
11715
11716
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11710

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)


11710
11711
11712
11713
11714
11715
11716
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11710

class AwsEfsAccessPointRootDirectoryCreationInfoDetails < Struct.new(
  :owner_gid,
  :owner_uid,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end