Class: Aws::Types::GetCodeSecurityScanConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCodeSecurityScanConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::CodeSecurityScanConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#level ⇒ "ORGANIZATION", "ACCOUNT"
Returns the value of attribute level.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
-
#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.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def last_updated_at @last_updated_at end |
#level ⇒ "ORGANIZATION", "ACCOUNT"
Returns the value of attribute level.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def level @level end |
#name ⇒ ::String
Returns the value of attribute name.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def name @name end |
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def scan_configuration_arn @scan_configuration_arn end |
#scope_settings ⇒ Types::ScopeSettings
Returns the value of attribute scope_settings.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def scope_settings @scope_settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def @tags end |