Class: Aws::Types::ScanJobCreator
- Inherits:
-
Object
- Object
- Aws::Types::ScanJobCreator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#backup_plan_version ⇒ ::String
Returns the value of attribute backup_plan_version.
-
#backup_rule_id ⇒ ::String
Returns the value of attribute backup_rule_id.
Instance Attribute Details
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def backup_plan_arn @backup_plan_arn end |
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def backup_plan_id @backup_plan_id end |
#backup_plan_version ⇒ ::String
Returns the value of attribute backup_plan_version.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def backup_plan_version @backup_plan_version end |
#backup_rule_id ⇒ ::String
Returns the value of attribute backup_rule_id.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def backup_rule_id @backup_rule_id end |