Class: Aws::Types::CodeReviewJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


503
504
505
# File 'sig/types.rbs', line 503

def code_remediation_strategy
  @code_remediation_strategy
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


505
506
507
# File 'sig/types.rbs', line 505

def created_at
  @created_at
end

#documents::Array[Types::DocumentInfo]

Returns the value of attribute documents.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def documents
  @documents
end

#error_informationTypes::ErrorInformation

Returns the value of attribute error_information.



501
502
503
# File 'sig/types.rbs', line 501

def error_information
  @error_information
end

#execution_context::Array[Types::ExecutionContext]

Returns the value of attribute execution_context.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def execution_context
  @execution_context
end

#integrated_repositories::Array[Types::IntegratedRepository]

Returns the value of attribute integrated_repositories.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def integrated_repositories
  @integrated_repositories
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



500
501
502
# File 'sig/types.rbs', line 500

def log_config
  @log_config
end

#max_task_hours::Float

Returns the value of attribute max_task_hours.

Returns:

  • (::Float)


504
505
506
# File 'sig/types.rbs', line 504

def max_task_hours
  @max_task_hours
end

#overview::String

Returns the value of attribute overview.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def overview
  @overview
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def service_role
  @service_role
end

#source_code::Array[Types::SourceCodeRepository]

Returns the value of attribute source_code.

Returns:



496
497
498
# File 'sig/types.rbs', line 496

def source_code
  @source_code
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


494
495
496
# File 'sig/types.rbs', line 494

def status
  @status
end

#steps::Array[Types::Step]

Returns the value of attribute steps.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def steps
  @steps
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


506
507
508
# File 'sig/types.rbs', line 506

def updated_at
  @updated_at
end