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.
-
#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.
642 643 644 |
# File 'sig/types.rbs', line 642 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
643 644 645 |
# File 'sig/types.rbs', line 643 def assets @assets end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
646 647 648 |
# File 'sig/types.rbs', line 646 def code_remediation_strategy @code_remediation_strategy end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
645 646 647 |
# File 'sig/types.rbs', line 645 def log_config @log_config end |
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
648 649 650 |
# File 'sig/types.rbs', line 648 def max_task_hours @max_task_hours end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
644 645 646 |
# File 'sig/types.rbs', line 644 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
641 642 643 |
# File 'sig/types.rbs', line 641 def title @title end |
#validation_mode ⇒ "DISABLED", "SIMULATED"
Returns the value of attribute validation_mode.
647 648 649 |
# File 'sig/types.rbs', line 647 def validation_mode @validation_mode end |