Class: Aws::Types::CopyJob
- Inherits:
-
Object
- Object
- Aws::Types::CopyJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
-
#child_jobs_in_state ⇒ ::Hash[("CREATED" | "RUNNING" | "COMPLETED" | "FAILED" | "PARTIAL"), ::Integer]
Returns the value of attribute child_jobs_in_state.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#composite_member_identifier ⇒ ::String
Returns the value of attribute composite_member_identifier.
-
#copy_job_id ⇒ ::String
Returns the value of attribute copy_job_id.
-
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
-
#created_by_backup_job_id ⇒ ::String
Returns the value of attribute created_by_backup_job_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#destination_backup_vault_arn ⇒ ::String
Returns the value of attribute destination_backup_vault_arn.
-
#destination_encryption_key_arn ⇒ ::String
Returns the value of attribute destination_encryption_key_arn.
-
#destination_recovery_point_arn ⇒ ::String
Returns the value of attribute destination_recovery_point_arn.
-
#destination_recovery_point_lifecycle ⇒ Types::Lifecycle
Returns the value of attribute destination_recovery_point_lifecycle.
-
#destination_vault_lock_state ⇒ ::String
Returns the value of attribute destination_vault_lock_state.
-
#destination_vault_type ⇒ ::String
Returns the value of attribute destination_vault_type.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#message_category ⇒ ::String
Returns the value of attribute message_category.
-
#number_of_child_jobs ⇒ ::Integer
Returns the value of attribute number_of_child_jobs.
-
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
-
#source_recovery_point_arn ⇒ ::String
Returns the value of attribute source_recovery_point_arn.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
259 260 261 |
# File 'sig/types.rbs', line 259 def account_id @account_id end |
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
274 275 276 |
# File 'sig/types.rbs', line 274 def backup_size_in_bytes @backup_size_in_bytes end |
#child_jobs_in_state ⇒ ::Hash[("CREATED" | "RUNNING" | "COMPLETED" | "FAILED" | "PARTIAL"), ::Integer]
Returns the value of attribute child_jobs_in_state.
283 284 285 |
# File 'sig/types.rbs', line 283 def child_jobs_in_state @child_jobs_in_state end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
271 272 273 |
# File 'sig/types.rbs', line 271 def completion_date @completion_date end |
#composite_member_identifier ⇒ ::String
Returns the value of attribute composite_member_identifier.
281 282 283 |
# File 'sig/types.rbs', line 281 def composite_member_identifier @composite_member_identifier end |
#copy_job_id ⇒ ::String
Returns the value of attribute copy_job_id.
260 261 262 |
# File 'sig/types.rbs', line 260 def copy_job_id @copy_job_id end |
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
276 277 278 |
# File 'sig/types.rbs', line 276 def created_by @created_by end |
#created_by_backup_job_id ⇒ ::String
Returns the value of attribute created_by_backup_job_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def created_by_backup_job_id @created_by_backup_job_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
270 271 272 |
# File 'sig/types.rbs', line 270 def creation_date @creation_date end |
#destination_backup_vault_arn ⇒ ::String
Returns the value of attribute destination_backup_vault_arn.
263 264 265 |
# File 'sig/types.rbs', line 263 def destination_backup_vault_arn @destination_backup_vault_arn end |
#destination_encryption_key_arn ⇒ ::String
Returns the value of attribute destination_encryption_key_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def destination_encryption_key_arn @destination_encryption_key_arn end |
#destination_recovery_point_arn ⇒ ::String
Returns the value of attribute destination_recovery_point_arn.
266 267 268 |
# File 'sig/types.rbs', line 266 def destination_recovery_point_arn @destination_recovery_point_arn end |
#destination_recovery_point_lifecycle ⇒ Types::Lifecycle
Returns the value of attribute destination_recovery_point_lifecycle.
268 269 270 |
# File 'sig/types.rbs', line 268 def destination_recovery_point_lifecycle @destination_recovery_point_lifecycle end |
#destination_vault_lock_state ⇒ ::String
Returns the value of attribute destination_vault_lock_state.
265 266 267 |
# File 'sig/types.rbs', line 265 def destination_vault_lock_state @destination_vault_lock_state end |
#destination_vault_type ⇒ ::String
Returns the value of attribute destination_vault_type.
264 265 266 |
# File 'sig/types.rbs', line 264 def destination_vault_type @destination_vault_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
275 276 277 |
# File 'sig/types.rbs', line 275 def iam_role_arn @iam_role_arn end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
280 281 282 |
# File 'sig/types.rbs', line 280 def is_parent @is_parent end |
#message_category ⇒ ::String
Returns the value of attribute message_category.
285 286 287 |
# File 'sig/types.rbs', line 285 def @message_category end |
#number_of_child_jobs ⇒ ::Integer
Returns the value of attribute number_of_child_jobs.
282 283 284 |
# File 'sig/types.rbs', line 282 def number_of_child_jobs @number_of_child_jobs end |
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def parent_job_id @parent_job_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def resource_arn @resource_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
284 285 286 |
# File 'sig/types.rbs', line 284 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
278 279 280 |
# File 'sig/types.rbs', line 278 def resource_type @resource_type end |
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
261 262 263 |
# File 'sig/types.rbs', line 261 def source_backup_vault_arn @source_backup_vault_arn end |
#source_recovery_point_arn ⇒ ::String
Returns the value of attribute source_recovery_point_arn.
262 263 264 |
# File 'sig/types.rbs', line 262 def source_recovery_point_arn @source_recovery_point_arn end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
272 273 274 |
# File 'sig/types.rbs', line 272 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
273 274 275 |
# File 'sig/types.rbs', line 273 def @status_message end |