Class: Aws::Types::UpdateCisScanConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scan_configuration_arn::String

Returns the value of attribute scan_configuration_arn.

Returns:

  • (::String)


2796
2797
2798
# File 'sig/types.rbs', line 2796

def scan_configuration_arn
  @scan_configuration_arn
end

#scan_name::String

Returns the value of attribute scan_name.

Returns:

  • (::String)


2797
2798
2799
# File 'sig/types.rbs', line 2797

def scan_name
  @scan_name
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



2799
2800
2801
# File 'sig/types.rbs', line 2799

def schedule
  @schedule
end

#security_level"LEVEL_1", "LEVEL_2"

Returns the value of attribute security_level.

Returns:

  • ("LEVEL_1", "LEVEL_2")


2798
2799
2800
# File 'sig/types.rbs', line 2798

def security_level
  @security_level
end

#targetsTypes::UpdateCisTargets

Returns the value of attribute targets.



2800
2801
2802
# File 'sig/types.rbs', line 2800

def targets
  @targets
end