Class: Aws::BackupSearch::Types::SearchJobBackupsResult

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

Instance Attribute Details

#backup_creation_timeTime

This is the creation time of the backup (recovery point).

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) that uniquely identifies the backup resources.

Returns:

  • (String)


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_timeTime

This is the creation time of the backup index.

Returns:

  • (Time)


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_typeString

This is the resource type of the search.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) that uniquely identifies the source resources.

Returns:

  • (String)


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

#statusString

This is the status of the search job backup result.

Returns:

  • (String)


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_messageString

This is the status message included with the results.

Returns:

  • (String)


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