Class: Aws::Types::StartCodeReviewJobOutput

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)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def agent_space_id
  @agent_space_id
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def created_at
  @created_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "STOPPING", "STOPPED", "FAILED", "COMPLETED")


1926
1927
1928
# File 'sig/types.rbs', line 1926

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def updated_at
  @updated_at
end