You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EFS::Types::AccessPointDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides a description of an EFS file system access point.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arnString

The unique Amazon Resource Name (ARN) associated with the access point.

Returns:

  • (String)

    The unique Amazon Resource Name (ARN) associated with the access point.

#access_point_idString

The ID of the access point, assigned by Amazon EFS.

Returns:

  • (String)

    The ID of the access point, assigned by Amazon EFS.

#client_tokenString

The opaque string specified in the request to ensure idempotent creation.

Returns:

  • (String)

    The opaque string specified in the request to ensure idempotent creation.

#file_system_idString

The ID of the EFS file system that the access point applies to.

Returns:

  • (String)

    The ID of the EFS file system that the access point applies to.

#life_cycle_stateString

Identifies the lifecycle phase of the access point.

Possible values:

  • creating
  • available
  • updating
  • deleting
  • deleted

Returns:

  • (String)

    Identifies the lifecycle phase of the access point.

#nameString

The name of the access point. This is the value of the Name tag.

Returns:

  • (String)

    The name of the access point.

#owner_idString

Identified the AWS account that owns the access point resource.

Returns:

  • (String)

    Identified the AWS account that owns the access point resource.

#posix_userTypes::PosixUser

The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.

Returns:

  • (Types::PosixUser)

    The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.

#root_directoryTypes::RootDirectory

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

Returns:

  • (Types::RootDirectory)

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

#tagsArray<Types::Tag>

The tags associated with the access point, presented as an array of Tag objects.

Returns:

  • (Array<Types::Tag>)

    The tags associated with the access point, presented as an array of Tag objects.