Class: Aws::Backup::Types::RestoreJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::RestoreJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
This is a summary of restore jobs created or running within the most recent 30 days.
The returned summary may contain the following: Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID that owns the jobs within the summary.
-
#count ⇒ Integer
The value as a number of jobs in a job summary.
-
#end_time ⇒ Time
The value of time in number format of a job end time.
-
#region ⇒ String
The Amazon Web Services Regions within the job summary.
-
#resource_type ⇒ String
This value is the job count for the specified resource type.
-
#start_time ⇒ Time
The value of time in number format of a job start time.
-
#state ⇒ String
This value is job count for jobs with the specified state.
Instance Attribute Details
#account_id ⇒ String
The account ID that owns the jobs within the summary.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-backup/types.rb', line 7157 class RestoreJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The value as a number of jobs in a job summary.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-backup/types.rb', line 7157 class RestoreJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The value of time in number format of a job end time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-backup/types.rb', line 7157 class RestoreJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Regions within the job summary.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-backup/types.rb', line 7157 class RestoreJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
This value is the job count for the specified resource type. The request ‘GetSupportedResourceTypes` returns strings for supported resource types.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-backup/types.rb', line 7157 class RestoreJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The value of time in number format of a job start time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-backup/types.rb', line 7157 class RestoreJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
This value is job count for jobs with the specified state.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-backup/types.rb', line 7157 class RestoreJobSummary < Struct.new( :region, :account_id, :state, :resource_type, :count, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |