Class: Aws::Types::StartRestoreJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartRestoreJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_source_tags_to_restored_resource ⇒ Boolean
Returns the value of attribute copy_source_tags_to_restored_resource.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#copy_source_tags_to_restored_resource ⇒ Boolean
Returns the value of attribute copy_source_tags_to_restored_resource.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def @copy_source_tags_to_restored_resource end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def iam_role_arn @iam_role_arn end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def idempotency_token @idempotency_token end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def @metadata end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def recovery_point_arn @recovery_point_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def resource_type @resource_type end |