Class: Aws::S3Files::Types::GetFileSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::GetFileSystemResponse
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
-
#client_token ⇒ String
The client token used for idempotency when the file system was created.
-
#creation_time ⇒ Time
The time when the file system was created.
-
#file_system_arn ⇒ String
The Amazon Resource Name (ARN) of the file system.
-
#file_system_id ⇒ String
The ID of the file system.
-
#kms_key_id ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services KMS key used for encryption.
-
#name ⇒ String
The name of the file system.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the file system owner.
-
#prefix ⇒ String
The prefix in the S3 bucket that the file system provides access to.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used for S3 access.
-
#status ⇒ String
The current status of the file system.
-
#status_message ⇒ String
Additional information about the file system status.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the file system.
Instance Attribute Details
#bucket ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The client token used for idempotency when the file system was created.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the file system was created.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#file_system_arn ⇒ String
The Amazon Resource Name (ARN) of the file system.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The ID of the file system.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services KMS key used for encryption.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the file system.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the file system owner.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix in the S3 bucket that the file system provides access to.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used for S3 access.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the file system.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the file system status.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the file system.
696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 696 class GetFileSystemResponse < Struct.new( :creation_time, :file_system_arn, :file_system_id, :bucket, :prefix, :client_token, :kms_key_id, :status, :status_message, :role_arn, :owner_id, :tags, :name) SENSITIVE = [] include Aws::Structure end |