Class: Aws::Types::BackupJob
- Inherits:
-
Object
- Object
- Aws::Types::BackupJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#backup_job_id ⇒ ::String
Returns the value of attribute backup_job_id.
-
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
-
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
-
#backup_type ⇒ ::String
Returns the value of attribute backup_type.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#bytes_transferred ⇒ ::Integer
Returns the value of attribute bytes_transferred.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#expected_completion_date ⇒ ::Time
Returns the value of attribute expected_completion_date.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
-
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#message_category ⇒ ::String
Returns the value of attribute message_category.
-
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
-
#percent_done ⇒ ::String
Returns the value of attribute percent_done.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#recovery_point_lifecycle ⇒ Types::Lifecycle
Returns the value of attribute recovery_point_lifecycle.
-
#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.
-
#start_by ⇒ ::Time
Returns the value of attribute start_by.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vault_lock_state ⇒ ::String
Returns the value of attribute vault_lock_state.
-
#vault_type ⇒ ::String
Returns the value of attribute vault_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def account_id @account_id end |
#backup_job_id ⇒ ::String
Returns the value of attribute backup_job_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def backup_job_id @backup_job_id end |
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
65 66 67 |
# File 'sig/types.rbs', line 65 def @backup_options end |
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
58 59 60 |
# File 'sig/types.rbs', line 58 def backup_size_in_bytes @backup_size_in_bytes end |
#backup_type ⇒ ::String
Returns the value of attribute backup_type.
66 67 68 |
# File 'sig/types.rbs', line 66 def backup_type @backup_type end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
45 46 47 |
# File 'sig/types.rbs', line 45 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def backup_vault_name @backup_vault_name end |
#bytes_transferred ⇒ ::Integer
Returns the value of attribute bytes_transferred.
64 65 66 |
# File 'sig/types.rbs', line 64 def bytes_transferred @bytes_transferred end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
54 55 56 |
# File 'sig/types.rbs', line 54 def completion_date @completion_date end |
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
60 61 62 |
# File 'sig/types.rbs', line 60 def created_by @created_by end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
53 54 55 |
# File 'sig/types.rbs', line 53 def creation_date @creation_date end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
50 51 52 |
# File 'sig/types.rbs', line 50 def encryption_key_arn @encryption_key_arn end |
#expected_completion_date ⇒ ::Time
Returns the value of attribute expected_completion_date.
61 62 63 |
# File 'sig/types.rbs', line 61 def expected_completion_date @expected_completion_date end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def iam_role_arn @iam_role_arn end |
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
70 71 72 |
# File 'sig/types.rbs', line 70 def initiation_date @initiation_date end |
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
51 52 53 |
# File 'sig/types.rbs', line 51 def is_encrypted @is_encrypted end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
68 69 70 |
# File 'sig/types.rbs', line 68 def is_parent @is_parent end |
#message_category ⇒ ::String
Returns the value of attribute message_category.
71 72 73 |
# File 'sig/types.rbs', line 71 def @message_category end |
#parent_job_id ⇒ ::String
Returns the value of attribute parent_job_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def parent_job_id @parent_job_id end |
#percent_done ⇒ ::String
Returns the value of attribute percent_done.
57 58 59 |
# File 'sig/types.rbs', line 57 def percent_done @percent_done end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
48 49 50 |
# File 'sig/types.rbs', line 48 def recovery_point_arn @recovery_point_arn end |
#recovery_point_lifecycle ⇒ Types::Lifecycle
Returns the value of attribute recovery_point_lifecycle.
49 50 51 |
# File 'sig/types.rbs', line 49 def recovery_point_lifecycle @recovery_point_lifecycle end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def resource_arn @resource_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
69 70 71 |
# File 'sig/types.rbs', line 69 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
63 64 65 |
# File 'sig/types.rbs', line 63 def resource_type @resource_type end |
#start_by ⇒ ::Time
Returns the value of attribute start_by.
62 63 64 |
# File 'sig/types.rbs', line 62 def start_by @start_by end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
55 56 57 |
# File 'sig/types.rbs', line 55 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
56 57 58 |
# File 'sig/types.rbs', line 56 def @status_message end |
#vault_lock_state ⇒ ::String
Returns the value of attribute vault_lock_state.
47 48 49 |
# File 'sig/types.rbs', line 47 def vault_lock_state @vault_lock_state end |
#vault_type ⇒ ::String
Returns the value of attribute vault_type.
46 47 48 |
# File 'sig/types.rbs', line 46 def vault_type @vault_type end |