Module: Aws::SecurityAgent::Client::_CreateCodeReviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCodeReviewOutput]
- 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
408 |
# File 'sig/client.rbs', line 408
def agent_space_id: () -> ::String
|
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
409 |
# File 'sig/client.rbs', line 409
def code_remediation_strategy: () -> ("AUTOMATIC" | "DISABLED")
|
#code_review_id ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def code_review_id: () -> ::String
|
#created_at ⇒ ::Time
403 |
# File 'sig/client.rbs', line 403
def created_at: () -> ::Time
|
#log_config ⇒ Types::CloudWatchLog
407 |
# File 'sig/client.rbs', line 407
def log_config: () -> Types::CloudWatchLog
|
#service_role ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def service_role: () -> ::String
|
#title ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def title: () -> ::String
|
#updated_at ⇒ ::Time
404 |
# File 'sig/client.rbs', line 404
def updated_at: () -> ::Time
|
#validation_mode ⇒ "DISABLED", "SIMULATED"
410 |
# File 'sig/client.rbs', line 410
def validation_mode: () -> ("DISABLED" | "SIMULATED")
|