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
- Struct
- Aws::EFS::Types::AccessPointDescription
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#access_point_arn ⇒ String
The unique Amazon Resource Name (ARN) associated with the access point.
-
#access_point_id ⇒ String
The ID of the access point, assigned by Amazon EFS.
-
#client_token ⇒ String
The opaque string specified in the request to ensure idempotent creation.
-
#file_system_id ⇒ String
The ID of the EFS file system that the access point applies to.
-
#life_cycle_state ⇒ String
Identifies the lifecycle phase of the access point.
-
#name ⇒ String
The name of the access point.
-
#owner_id ⇒ String
Identified the AWS account that owns the access point resource.
-
#posix_user ⇒ 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_directory ⇒ 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.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the access point, presented as an array of Tag objects.
Instance Attribute Details
#access_point_arn ⇒ String
The unique Amazon Resource Name (ARN) associated with the access point.
#access_point_id ⇒ String
The ID of the access point, assigned by Amazon EFS.
#client_token ⇒ String
The opaque string specified in the request to ensure idempotent creation.
#file_system_id ⇒ String
The ID of the EFS file system that the access point applies to.
#life_cycle_state ⇒ String
Identifies the lifecycle phase of the access point.
Possible values:
- creating
- available
- updating
- deleting
- deleted
#name ⇒ String
The name of the access point. This is the value of the Name
tag.
#owner_id ⇒ String
Identified the AWS account that owns the access point resource.
#posix_user ⇒ 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_directory ⇒ 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.
#tags ⇒ Array<Types::Tag>
The tags associated with the access point, presented as an array of Tag objects.