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:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



621
622
623
# File 'sig/types.rbs', line 621

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


624
625
626
# File 'sig/types.rbs', line 624

def code_remediation_strategy
  @code_remediation_strategy
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



623
624
625
# File 'sig/types.rbs', line 623

def log_config
  @log_config
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def title
  @title
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


625
626
627
# File 'sig/types.rbs', line 625

def validation_mode
  @validation_mode
end