Module: Aws::Inspector2::Client::_GetCodeSecurityScanConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCodeSecurityScanConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ Types::CodeSecurityScanConfiguration
- #created_at ⇒ ::Time
- #last_updated_at ⇒ ::Time
- #level ⇒ "ORGANIZATION", "ACCOUNT"
- #name ⇒ ::String
- #scan_configuration_arn ⇒ ::String
- #scope_settings ⇒ Types::ScopeSettings
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#configuration ⇒ Types::CodeSecurityScanConfiguration
694 |
# File 'sig/client.rbs', line 694
def configuration: () -> Types::CodeSecurityScanConfiguration
|
#created_at ⇒ ::Time
697 |
# File 'sig/client.rbs', line 697
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
698 |
# File 'sig/client.rbs', line 698
def last_updated_at: () -> ::Time
|
#level ⇒ "ORGANIZATION", "ACCOUNT"
695 |
# File 'sig/client.rbs', line 695
def level: () -> ("ORGANIZATION" | "ACCOUNT")
|
#name ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def name: () -> ::String
|
#scan_configuration_arn ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def scan_configuration_arn: () -> ::String
|
#scope_settings ⇒ Types::ScopeSettings
696 |
# File 'sig/client.rbs', line 696
def scope_settings: () -> Types::ScopeSettings
|
#tags ⇒ ::Hash[::String, ::String]
699 |
# File 'sig/client.rbs', line 699
def tags: () -> ::Hash[::String, ::String]
|