Class: Aws::BackupSearch::Types::SearchJobBackupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::SearchJobBackupsResult
- Defined in:
- gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb
Overview
This contains the information about recovery points returned in results of a search job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_creation_time ⇒ Time
This is the creation time of the backup (recovery point).
-
#backup_resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the backup resources.
-
#index_creation_time ⇒ Time
This is the creation time of the backup index.
-
#resource_type ⇒ String
This is the resource type of the search.
-
#source_resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the source resources.
-
#status ⇒ String
This is the status of the search job backup result.
-
#status_message ⇒ String
This is the status message included with the results.
Instance Attribute Details
#backup_creation_time ⇒ Time
This is the creation time of the backup (recovery point).
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1003 class SearchJobBackupsResult < Struct.new( :status, :status_message, :resource_type, :backup_resource_arn, :source_resource_arn, :index_creation_time, :backup_creation_time) SENSITIVE = [] include Aws::Structure end |
#backup_resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the backup resources.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1003 class SearchJobBackupsResult < Struct.new( :status, :status_message, :resource_type, :backup_resource_arn, :source_resource_arn, :index_creation_time, :backup_creation_time) SENSITIVE = [] include Aws::Structure end |
#index_creation_time ⇒ Time
This is the creation time of the backup index.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1003 class SearchJobBackupsResult < Struct.new( :status, :status_message, :resource_type, :backup_resource_arn, :source_resource_arn, :index_creation_time, :backup_creation_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
This is the resource type of the search.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1003 class SearchJobBackupsResult < Struct.new( :status, :status_message, :resource_type, :backup_resource_arn, :source_resource_arn, :index_creation_time, :backup_creation_time) SENSITIVE = [] include Aws::Structure end |
#source_resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the source resources.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1003 class SearchJobBackupsResult < Struct.new( :status, :status_message, :resource_type, :backup_resource_arn, :source_resource_arn, :index_creation_time, :backup_creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
This is the status of the search job backup result.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1003 class SearchJobBackupsResult < Struct.new( :status, :status_message, :resource_type, :backup_resource_arn, :source_resource_arn, :index_creation_time, :backup_creation_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
This is the status message included with the results.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1003 class SearchJobBackupsResult < Struct.new( :status, :status_message, :resource_type, :backup_resource_arn, :source_resource_arn, :index_creation_time, :backup_creation_time) SENSITIVE = [] include Aws::Structure end |