Class: Aws::Types::CodeReview
- Inherits:
-
Object
- Object
- Aws::Types::CodeReview
- 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.
-
#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.
456 457 458 |
# File 'sig/types.rbs', line 456 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
458 459 460 |
# File 'sig/types.rbs', line 458 def assets @assets end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
461 462 463 |
# File 'sig/types.rbs', line 461 def code_remediation_strategy @code_remediation_strategy end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def code_review_id @code_review_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
463 464 465 |
# File 'sig/types.rbs', line 463 def created_at @created_at end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
460 461 462 |
# File 'sig/types.rbs', line 460 def log_config @log_config end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
459 460 461 |
# File 'sig/types.rbs', line 459 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
457 458 459 |
# File 'sig/types.rbs', line 457 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
464 465 466 |
# File 'sig/types.rbs', line 464 def updated_at @updated_at end |
#validation_mode ⇒ "DISABLED", "SIMULATED"
Returns the value of attribute validation_mode.
462 463 464 |
# File 'sig/types.rbs', line 462 def validation_mode @validation_mode end |