Class: Aws::Types::CodeSecurityScanConfigurationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#continuous_integration_scan_supported_events::Array[("PULL_REQUEST" | "PUSH")]

Returns the value of attribute continuous_integration_scan_supported_events.

Returns:

  • (::Array[("PULL_REQUEST" | "PUSH")])


742
743
744
# File 'sig/types.rbs', line 742

def continuous_integration_scan_supported_events
  @continuous_integration_scan_supported_events
end

#frequency_expression::String

Returns the value of attribute frequency_expression.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def frequency_expression
  @frequency_expression
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def 
  @owner_account_id
end

#periodic_scan_frequency"WEEKLY", ...

Returns the value of attribute periodic_scan_frequency.

Returns:

  • ("WEEKLY", "MONTHLY", "NEVER")


740
741
742
# File 'sig/types.rbs', line 740

def periodic_scan_frequency
  @periodic_scan_frequency
end

#rule_set_categories::Array[("SAST" | "IAC" | "SCA")]

Returns the value of attribute rule_set_categories.

Returns:

  • (::Array[("SAST" | "IAC" | "SCA")])


743
744
745
# File 'sig/types.rbs', line 743

def rule_set_categories
  @rule_set_categories
end

#scan_configuration_arn::String

Returns the value of attribute scan_configuration_arn.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def scan_configuration_arn
  @scan_configuration_arn
end

#scope_settingsTypes::ScopeSettings

Returns the value of attribute scope_settings.



744
745
746
# File 'sig/types.rbs', line 744

def scope_settings
  @scope_settings
end