Class: Aws::Types::StartCopyJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartCopyJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_backup_vault_arn ⇒ ::String
Returns the value of attribute destination_backup_vault_arn.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#source_backup_vault_name ⇒ ::String
Returns the value of attribute source_backup_vault_name.
Instance Attribute Details
#destination_backup_vault_arn ⇒ ::String
Returns the value of attribute destination_backup_vault_arn.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def destination_backup_vault_arn @destination_backup_vault_arn end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def iam_role_arn @iam_role_arn end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def idempotency_token @idempotency_token end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def lifecycle @lifecycle end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def recovery_point_arn @recovery_point_arn end |
#source_backup_vault_name ⇒ ::String
Returns the value of attribute source_backup_vault_name.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def source_backup_vault_name @source_backup_vault_name end |