Class: Aws::S3Files::Types::CreateAccessPointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arnString

The Amazon Resource Name (ARN) of the access point.

Returns:

  • (String)


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_idString

The ID of the access point.

Returns:

  • (String)


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_tokenString

The client token that was provided in the request.

Returns:

  • (String)


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_idString

The ID of the S3 File System.

Returns:

  • (String)


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

#nameString

The name of the access point.

Returns:

  • (String)


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_idString

The Amazon Web Services account ID of the access point owner.

Returns:

  • (String)


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_userTypes::PosixUser

The POSIX identity configured for this access point.

Returns:



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_directoryTypes::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

#statusString

The current status of the access point.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags associated with the access point.

Returns:



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