Class: Aws::BackupSearch::Types::EBSResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::EBSResultItem
- 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
-
#backup_resource_arn ⇒ String
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.
-
#backup_vault_name ⇒ String
The name of the backup vault.
-
#creation_time ⇒ Time
These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.
-
#file_path ⇒ String
These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.
-
#file_size ⇒ Integer
These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.
-
#file_system_identifier ⇒ String
These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.
-
#last_modified_time ⇒ Time
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.
-
#source_resource_arn ⇒ String
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.
Instance Attribute Details
#backup_resource_arn ⇒ String
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.
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_name ⇒ String
The name of the backup vault.
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_time ⇒ Time
These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.
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_path ⇒ String
These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.
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_size ⇒ Integer
These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.
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_identifier ⇒ String
These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.
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_time ⇒ Time
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.
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_arn ⇒ String
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.
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 |