Class: Aws::Types::UpdateMalwareProtectionPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMalwareProtectionPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::MalwareProtectionPlanActions
Returns the value of attribute actions.
-
#malware_protection_plan_id ⇒ ::String
Returns the value of attribute malware_protection_plan_id.
-
#protected_resource ⇒ Types::UpdateProtectedResource
Returns the value of attribute protected_resource.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#actions ⇒ Types::MalwareProtectionPlanActions
Returns the value of attribute actions.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def actions @actions end |
#malware_protection_plan_id ⇒ ::String
Returns the value of attribute malware_protection_plan_id.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def malware_protection_plan_id @malware_protection_plan_id end |
#protected_resource ⇒ Types::UpdateProtectedResource
Returns the value of attribute protected_resource.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def protected_resource @protected_resource end |
#role ⇒ ::String
Returns the value of attribute role.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def role @role end |