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)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def agent_space_id
  @agent_space_id
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def created_at
  @created_at
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1939
1940
1941
# File 'sig/types.rbs', line 1939

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def updated_at
  @updated_at
end