Class: Aws::Types::CisScanConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def owner_id
  @owner_id
end

#scan_configuration_arn::String

Returns the value of attribute scan_configuration_arn.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def scan_configuration_arn
  @scan_configuration_arn
end

#scan_name::String

Returns the value of attribute scan_name.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def scan_name
  @scan_name
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



494
495
496
# File 'sig/types.rbs', line 494

def schedule
  @schedule
end

#security_level"LEVEL_1", "LEVEL_2"

Returns the value of attribute security_level.

Returns:

  • ("LEVEL_1", "LEVEL_2")


493
494
495
# File 'sig/types.rbs', line 493

def security_level
  @security_level
end

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

Returns the value of attribute tags.

Returns:

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


496
497
498
# File 'sig/types.rbs', line 496

def tags
  @tags
end

#targetsTypes::CisTargets

Returns the value of attribute targets.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def targets
  @targets
end