Class: Aws::EFS::Types::AccessPointDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::AccessPointDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Provides a description of an EFS file system access point.
Constant Summary collapse
- SENSITIVE =
[]
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
Identifies the Amazon Web Services 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 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.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#access_point_id ⇒ String
The ID of the access point, assigned by Amazon EFS.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The opaque string specified in the request to ensure idempotent creation.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The ID of the EFS file system that the access point applies to.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#life_cycle_state ⇒ String
Identifies the lifecycle phase of the access point.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access point. This is the value of the ‘Name` tag.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
Identifies the Amazon Web Services account that owns the access point resource.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#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.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#root_directory ⇒ Types::RootDirectory
The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the access point, presented as an array of Tag objects.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-efs/types.rb', line 96 class AccessPointDescription < Struct.new( :client_token, :name, :tags, :access_point_id, :access_point_arn, :file_system_id, :posix_user, :root_directory, :owner_id, :life_cycle_state) SENSITIVE = [] include Aws::Structure end |