Class: Aws::BackupSearch::Types::EBSResultItem

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

Overview

These are the items returned in the results of a search of Amazon EBS backup metadata.

Constant Summary collapse

SENSITIVE =
[:file_path]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_resource_arnString

These are one or more items in the results that match values for the Amazon Resource Name (ARN) of recovery points returned in a search of Amazon EBS backup metadata.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end

#backup_vault_nameString

The name of the backup vault.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end

#creation_timeTime

These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.

Returns:

  • (Time)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end

#file_pathString

These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end

#file_sizeInteger

These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.

Returns:

  • (Integer)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end

#file_system_identifierString

These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end

#last_modified_timeTime

These are one or more items in the results that match values for Last Modified Time returned in a search of Amazon EBS backup metadata.

Returns:

  • (Time)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end

#source_resource_arnString

These are one or more items in the results that match values for the Amazon Resource Name (ARN) of source resources returned in a search of Amazon EBS backup metadata.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 206

class EBSResultItem < Struct.new(
  :backup_resource_arn,
  :source_resource_arn,
  :backup_vault_name,
  :file_system_identifier,
  :file_path,
  :file_size,
  :creation_time,
  :last_modified_time)
  SENSITIVE = [:file_path]
  include Aws::Structure
end