Class: Aws::Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#owner_gid::String

Returns the value of attribute owner_gid.

Returns:

  • (::String)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def owner_gid
  @owner_gid
end

#owner_uid::String

Returns the value of attribute owner_uid.

Returns:

  • (::String)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def owner_uid
  @owner_uid
end

#permissions::String

Returns the value of attribute permissions.

Returns:

  • (::String)


2504
2505
2506
# File 'sig/types.rbs', line 2504

def permissions
  @permissions
end