Class: Aws::Types::ListMalwareProtectionPlansResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def next_token
  @next_token
end