Class: Aws::Types::ScanConfiguration

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.



2807
2808
2809
# File 'sig/types.rbs', line 2807

def incremental_scan_details
  @incremental_scan_details
end

#recovery_pointTypes::ScanConfigurationRecoveryPoint

Returns the value of attribute recovery_point.



2808
2809
2810
# File 'sig/types.rbs', line 2808

def recovery_point
  @recovery_point
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


2805
2806
2807
# File 'sig/types.rbs', line 2805

def role
  @role
end

#trigger_detailsTypes::TriggerDetails

Returns the value of attribute trigger_details.



2806
2807
2808
# File 'sig/types.rbs', line 2806

def trigger_details
  @trigger_details
end