Class: Aws::S3Files::Types::ListFileSystemsDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketString

The Amazon Resource Name (ARN) of the S3 bucket.

Returns:

  • (String)


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_timeTime

The time when the file system was created.

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) of the file system.

Returns:

  • (String)


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_idString

The ID of the file system.

Returns:

  • (String)


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

#nameString

The name of the file system.

Returns:

  • (String)


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_idString

The Amazon Web Services account ID of the file system owner.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the IAM role used for S3 access.

Returns:

  • (String)


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

#statusString

The current status of the file system.

Returns:

  • (String)


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_messageString

Additional information about the file system status.

Returns:

  • (String)


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