Class: Aws::Types::ListMalwareProtectionPlansResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMalwareProtectionPlansResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#malware_protection_plans ⇒ ::Array[Types::MalwareProtectionPlanSummary]
Returns the value of attribute malware_protection_plans.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#malware_protection_plans ⇒ ::Array[Types::MalwareProtectionPlanSummary]
Returns the value of attribute malware_protection_plans.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def malware_protection_plans @malware_protection_plans end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def next_token @next_token end |