Class: Aws::Types::GetMalwareProtectionPlanResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMalwareProtectionPlanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::MalwareProtectionPlanActions
Returns the value of attribute actions.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#protected_resource ⇒ Types::CreateProtectedResource
Returns the value of attribute protected_resource.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reasons ⇒ ::Array[Types::MalwareProtectionPlanStatusReason]
Returns the value of attribute status_reasons.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#actions ⇒ Types::MalwareProtectionPlanActions
Returns the value of attribute actions.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def created_at @created_at end |
#protected_resource ⇒ Types::CreateProtectedResource
Returns the value of attribute protected_resource.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def protected_resource @protected_resource end |
#role ⇒ ::String
Returns the value of attribute role.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def role @role end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def status @status end |
#status_reasons ⇒ ::Array[Types::MalwareProtectionPlanStatusReason]
Returns the value of attribute status_reasons.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def status_reasons @status_reasons end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def @tags end |