Class: Aws::Types::CreateCodeSecurityScanConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCodeSecurityScanConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::CodeSecurityScanConfiguration
Returns the value of attribute configuration.
-
#level ⇒ "ORGANIZATION", "ACCOUNT"
Returns the value of attribute level.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope_settings ⇒ Types::ScopeSettings
Returns the value of attribute scope_settings.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configuration ⇒ Types::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.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def level @level end |
#name ⇒ ::String
Returns the value of attribute name.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def name @name end |
#scope_settings ⇒ Types::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.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def @tags end |