Class: Aws::Types::CreateCodeReviewOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCodeReviewOutput
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#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.
660 661 662 |
# File 'sig/types.rbs', line 660 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
657 658 659 |
# File 'sig/types.rbs', line 657 def assets @assets end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
661 662 663 |
# File 'sig/types.rbs', line 661 def code_remediation_strategy @code_remediation_strategy end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
653 654 655 |
# File 'sig/types.rbs', line 653 def code_review_id @code_review_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
655 656 657 |
# File 'sig/types.rbs', line 655 def created_at @created_at end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
659 660 661 |
# File 'sig/types.rbs', line 659 def log_config @log_config end |
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
663 664 665 |
# File 'sig/types.rbs', line 663 def max_task_hours @max_task_hours end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
658 659 660 |
# File 'sig/types.rbs', line 658 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
654 655 656 |
# File 'sig/types.rbs', line 654 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
656 657 658 |
# File 'sig/types.rbs', line 656 def updated_at @updated_at end |
#validation_mode ⇒ "DISABLED", "SIMULATED"
Returns the value of attribute validation_mode.
662 663 664 |
# File 'sig/types.rbs', line 662 def validation_mode @validation_mode end |