Class: Aws::Types::StartCodeReviewJobInput

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)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def agent_space_id
  @agent_space_id
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


1919
1920
1921
# File 'sig/types.rbs', line 1919

def code_review_id
  @code_review_id
end

#diff_sourceTypes::DiffSource

Returns the value of attribute diff_source.

Returns:



1920
1921
1922
# File 'sig/types.rbs', line 1920

def diff_source
  @diff_source
end