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