Class: Aws::Backup::Types::StartBackupJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::StartBackupJobOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_job_id ⇒ String
Uniquely identifies a request to Backup to back up a resource.
-
#creation_date ⇒ Time
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
-
#is_parent ⇒ Boolean
This is a returned boolean value indicating this is a parent (composite) backup job.
-
#recovery_point_arn ⇒ String
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources..
Instance Attribute Details
#backup_job_id ⇒ String
Uniquely identifies a request to Backup to back up a resource.
5977 5978 5979 5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5977 class StartBackupJobOutput < Struct.new( :backup_job_id, :recovery_point_arn, :creation_date, :is_parent) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time that a backup job is created, in Unix format and
Coordinated Universal Time (UTC). The value of CreationDate
is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
5977 5978 5979 5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5977 class StartBackupJobOutput < Struct.new( :backup_job_id, :recovery_point_arn, :creation_date, :is_parent) SENSITIVE = [] include Aws::Structure end |
#is_parent ⇒ Boolean
This is a returned boolean value indicating this is a parent (composite) backup job.
5977 5978 5979 5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5977 class StartBackupJobOutput < Struct.new( :backup_job_id, :recovery_point_arn, :creation_date, :is_parent) SENSITIVE = [] include Aws::Structure end |
#recovery_point_arn ⇒ String
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
5977 5978 5979 5980 5981 5982 5983 5984 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5977 class StartBackupJobOutput < Struct.new( :backup_job_id, :recovery_point_arn, :creation_date, :is_parent) SENSITIVE = [] include Aws::Structure end |