Class: Aws::Types::StartMalwareScanConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#incremental_scan_detailsTypes::IncrementalScanDetails

Returns the value of attribute incremental_scan_details.



3000
3001
3002
# File 'sig/types.rbs', line 3000

def incremental_scan_details
  @incremental_scan_details
end

#recovery_pointTypes::RecoveryPoint

Returns the value of attribute recovery_point.



3001
3002
3003
# File 'sig/types.rbs', line 3001

def recovery_point
  @recovery_point
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


2999
3000
3001
# File 'sig/types.rbs', line 2999

def role
  @role
end