Class: Aws::Types::CreateCodeReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCodeReviewInput
- 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.
-
#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.
620 621 622 |
# File 'sig/types.rbs', line 620 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
621 622 623 |
# File 'sig/types.rbs', line 621 def assets @assets end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
624 625 626 |
# File 'sig/types.rbs', line 624 def code_remediation_strategy @code_remediation_strategy end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
623 624 625 |
# File 'sig/types.rbs', line 623 def log_config @log_config end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
622 623 624 |
# File 'sig/types.rbs', line 622 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
619 620 621 |
# File 'sig/types.rbs', line 619 def title @title end |
#validation_mode ⇒ "DISABLED", "SIMULATED"
Returns the value of attribute validation_mode.
625 626 627 |
# File 'sig/types.rbs', line 625 def validation_mode @validation_mode end |