Module: Aws::SecurityAgent::Client::_UpdateCodeReviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCodeReviewOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_space_id ⇒ ::String
- #assets ⇒ Types::Assets
- #code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
- #code_review_id ⇒ ::String
- #created_at ⇒ ::Time
- #log_config ⇒ Types::CloudWatchLog
- #service_role ⇒ ::String
- #title ⇒ ::String
- #updated_at ⇒ ::Time
- #validation_mode ⇒ "DISABLED", "SIMULATED"
Instance Method Details
#agent_space_id ⇒ ::String
1368 |
# File 'sig/client.rbs', line 1368
def agent_space_id: () -> ::String
|
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
1369 |
# File 'sig/client.rbs', line 1369
def code_remediation_strategy: () -> ("AUTOMATIC" | "DISABLED")
|
#code_review_id ⇒ ::String
1361 |
# File 'sig/client.rbs', line 1361
def code_review_id: () -> ::String
|
#created_at ⇒ ::Time
1363 |
# File 'sig/client.rbs', line 1363
def created_at: () -> ::Time
|
#log_config ⇒ Types::CloudWatchLog
1367 |
# File 'sig/client.rbs', line 1367
def log_config: () -> Types::CloudWatchLog
|
#service_role ⇒ ::String
1366 |
# File 'sig/client.rbs', line 1366
def service_role: () -> ::String
|
#title ⇒ ::String
1362 |
# File 'sig/client.rbs', line 1362
def title: () -> ::String
|
#updated_at ⇒ ::Time
1364 |
# File 'sig/client.rbs', line 1364
def updated_at: () -> ::Time
|
#validation_mode ⇒ "DISABLED", "SIMULATED"
1370 |
# File 'sig/client.rbs', line 1370
def validation_mode: () -> ("DISABLED" | "SIMULATED")
|