Class: Aws::Types::CopyJob

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def 
  @account_id
end

#backup_size_in_bytes::Integer

Returns the value of attribute backup_size_in_bytes.

Returns:

  • (::Integer)


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.

Returns:

  • (::Hash[("CREATED" | "RUNNING" | "COMPLETED" | "FAILED" | "PARTIAL"), ::Integer])


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def copy_job_id
  @copy_job_id
end

#created_byTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def destination_recovery_point_arn
  @destination_recovery_point_arn
end

#destination_recovery_point_lifecycleTypes::Lifecycle

Returns the value of attribute destination_recovery_point_lifecycle.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def iam_role_arn
  @iam_role_arn
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def message_category
  @message_category
end

#number_of_child_jobs::Integer

Returns the value of attribute number_of_child_jobs.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CREATED", "RUNNING", "COMPLETED", "FAILED", "PARTIAL")


272
273
274
# File 'sig/types.rbs', line 272

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def status_message
  @status_message
end