Class: Aws::Types::UpdateMalwareProtectionPlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::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.

Returns:

  • (::String)


3199
3200
3201
# File 'sig/types.rbs', line 3199

def malware_protection_plan_id
  @malware_protection_plan_id
end

#protected_resourceTypes::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.

Returns:

  • (::String)


3200
3201
3202
# File 'sig/types.rbs', line 3200

def role
  @role
end