Class: Aws::Types::UpdateCodeReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCodeReviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#assets ⇒ Types::Assets
Returns the value of attribute assets.
-
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
-
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
-
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
-
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#validation_mode ⇒ "DISABLED", "SIMULATED"
Returns the value of attribute validation_mode.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def assets @assets end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def code_remediation_strategy @code_remediation_strategy end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def code_review_id @code_review_id end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def log_config @log_config end |
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def max_task_hours @max_task_hours end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def title @title end |
#validation_mode ⇒ "DISABLED", "SIMULATED"
Returns the value of attribute validation_mode.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def validation_mode @validation_mode end |