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
626 |
# File 'sig/client.rbs', line 626
def configuration: () -> Types::CodeSecurityScanConfiguration
|
#created_at ⇒ ::Time
629 |
# File 'sig/client.rbs', line 629
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
630 |
# File 'sig/client.rbs', line 630
def last_updated_at: () -> ::Time
|
#level ⇒ "ORGANIZATION", "ACCOUNT"
627 |
# File 'sig/client.rbs', line 627
def level: () -> ("ORGANIZATION" | "ACCOUNT")
|
#name ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def name: () -> ::String
|
#scan_configuration_arn ⇒ ::String
624 |
# File 'sig/client.rbs', line 624
def scan_configuration_arn: () -> ::String
|
#scope_settings ⇒ Types::ScopeSettings
628 |
# File 'sig/client.rbs', line 628
def scope_settings: () -> Types::ScopeSettings
|
#tags ⇒ ::Hash[::String, ::String]
631 |
# File 'sig/client.rbs', line 631
def tags: () -> ::Hash[::String, ::String]
|