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.
-
#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.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def assets @assets end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def code_remediation_strategy @code_remediation_strategy end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def code_review_id @code_review_id end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def log_config @log_config end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def title @title end |
#validation_mode ⇒ "DISABLED", "SIMULATED"
Returns the value of attribute validation_mode.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def validation_mode @validation_mode end |