Class: Aws::Types::StartBackupJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartBackupJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#complete_window_minutes ⇒ ::Integer
Returns the value of attribute complete_window_minutes.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#index ⇒ "ENABLED", "DISABLED"
Returns the value of attribute index.
-
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
-
#logically_air_gapped_backup_vault_arn ⇒ ::String
Returns the value of attribute logically_air_gapped_backup_vault_arn.
-
#recovery_point_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute recovery_point_tags.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#start_window_minutes ⇒ ::Integer
Returns the value of attribute start_window_minutes.
Instance Attribute Details
#backup_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_options.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def @backup_options end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def backup_vault_name @backup_vault_name end |
#complete_window_minutes ⇒ ::Integer
Returns the value of attribute complete_window_minutes.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def complete_window_minutes @complete_window_minutes end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def iam_role_arn @iam_role_arn end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def idempotency_token @idempotency_token end |
#index ⇒ "ENABLED", "DISABLED"
Returns the value of attribute index.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def index @index end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def lifecycle @lifecycle end |
#logically_air_gapped_backup_vault_arn ⇒ ::String
Returns the value of attribute logically_air_gapped_backup_vault_arn.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def logically_air_gapped_backup_vault_arn @logically_air_gapped_backup_vault_arn end |
#recovery_point_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute recovery_point_tags.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def @recovery_point_tags end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def resource_arn @resource_arn end |
#start_window_minutes ⇒ ::Integer
Returns the value of attribute start_window_minutes.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def start_window_minutes @start_window_minutes end |