Class: Aws::Types::CreateCodeSecurityScanConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::CodeSecurityScanConfiguration

Returns the value of attribute configuration.



1040
1041
1042
# File 'sig/types.rbs', line 1040

def configuration
  @configuration
end

#level"ORGANIZATION", "ACCOUNT"

Returns the value of attribute level.

Returns:

  • ("ORGANIZATION", "ACCOUNT")


1039
1040
1041
# File 'sig/types.rbs', line 1039

def level
  @level
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def name
  @name
end

#scope_settingsTypes::ScopeSettings

Returns the value of attribute scope_settings.



1041
1042
1043
# File 'sig/types.rbs', line 1041

def scope_settings
  @scope_settings
end

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

Returns the value of attribute tags.

Returns:

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


1042
1043
1044
# File 'sig/types.rbs', line 1042

def tags
  @tags
end