Class: Aws::Types::CreateMalwareProtectionPlanRequest

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.



532
533
534
# File 'sig/types.rbs', line 532

def actions
  @actions
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def client_token
  @client_token
end

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

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def role
  @role
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


533
534
535
# File 'sig/types.rbs', line 533

def tags
  @tags
end