Class: Aws::S3Files::Types::GetAccessPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::GetAccessPointResponse
- 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 ARN of the access point.
-
#access_point_id ⇒ String
The ID of the access point.
-
#client_token ⇒ String
The client token used for idempotency when the access point was created.
-
#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 ARN of the access point.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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 used for idempotency when the access point was created.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 582 class GetAccessPointResponse < 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 |