Class: Aws::S3Files::Types::CreateAccessPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::CreateAccessPointResponse
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the access point.
-
#access_point_id ⇒ String
The ID of the access point.
-
#client_token ⇒ String
The client token that was provided in the request.
-
#file_system_id ⇒ String
The ID of the S3 File System.
-
#name ⇒ String
The name of the access point.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the access point owner.
-
#posix_user ⇒ Types::PosixUser
The POSIX identity configured for this access point.
-
#root_directory ⇒ Types::RootDirectory
The root directory configuration for this access point.
-
#status ⇒ String
The current status of the access point.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the access point.
Instance Attribute Details
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the access point.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#access_point_id ⇒ String
The ID of the access point.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The client token that was provided in the request.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The ID of the S3 File System.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access point.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the access point owner.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#posix_user ⇒ Types::PosixUser
The POSIX identity configured for this access point.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#root_directory ⇒ Types::RootDirectory
The root directory configuration for this access point.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the access point.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the access point.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 127 class CreateAccessPointResponse < Struct.new( :access_point_arn, :access_point_id, :client_token, :file_system_id, :status, :owner_id, :posix_user, :root_directory, :tags, :name) SENSITIVE = [] include Aws::Structure end |