Class: Aws::Types::CreateCodeReviewInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:



642
643
644
# File 'sig/types.rbs', line 642

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



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.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def code_remediation_strategy
  @code_remediation_strategy
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.

Returns:



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.

Returns:



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.

Returns:



644
645
646
# File 'sig/types.rbs', line 644

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:



641
642
643
# File 'sig/types.rbs', line 641

def title
  @title
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def validation_mode
  @validation_mode
end