Class: Aws::Types::CreateCisScanConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scan_name::String

Returns the value of attribute scan_name.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def scan_name
  @scan_name
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def schedule
  @schedule
end

#security_level"LEVEL_1", "LEVEL_2"

Returns the value of attribute security_level.

Returns:

  • ("LEVEL_1", "LEVEL_2")


1004
1005
1006
# File 'sig/types.rbs', line 1004

def security_level
  @security_level
end

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

Returns the value of attribute tags.

Returns:

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


1007
1008
1009
# File 'sig/types.rbs', line 1007

def tags
  @tags
end

#targetsTypes::CreateCisTargets

Returns the value of attribute targets.



1006
1007
1008
# File 'sig/types.rbs', line 1006

def targets
  @targets
end