Class: Aws::Types::CreateMalwareProtectionPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMalwareProtectionPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::MalwareProtectionPlanActions
Returns the value of attribute actions.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#protected_resource ⇒ Types::CreateProtectedResource
Returns the value of attribute protected_resource.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#actions ⇒ Types::MalwareProtectionPlanActions
Returns the value of attribute actions.
532 533 534 |
# File 'sig/types.rbs', line 532 def actions @actions end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
529 530 531 |
# File 'sig/types.rbs', line 529 def client_token @client_token end |
#protected_resource ⇒ Types::CreateProtectedResource
Returns the value of attribute protected_resource.
531 532 533 |
# File 'sig/types.rbs', line 531 def protected_resource @protected_resource end |
#role ⇒ ::String
Returns the value of attribute role.
530 531 532 |
# File 'sig/types.rbs', line 530 def role @role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
533 534 535 |
# File 'sig/types.rbs', line 533 def @tags end |