Class: Aws::S3Files::Types::ListFileSystemsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::ListFileSystemsDescription
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3files/types.rb
Overview
Contains information about an S3 File System returned in list operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
-
#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.
-
#name ⇒ String
The name of the file system.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the file system owner.
-
#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.
Instance Attribute Details
#bucket ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the file system was created.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#file_system_arn ⇒ String
The Amazon Resource Name (ARN) of the file system.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The ID of the file system.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the file system.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the file system owner.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used for S3 access.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the file system.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the file system status.
1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-s3files/types.rb', line 1013 class ListFileSystemsDescription < Struct.new( :creation_time, :file_system_arn, :file_system_id, :name, :bucket, :status, :status_message, :role_arn, :owner_id) SENSITIVE = [] include Aws::Structure end |