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")


482
483
484
# File 'sig/types.rbs', line 482

def code_remediation_strategy
  @code_remediation_strategy
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


483
484
485
# File 'sig/types.rbs', line 483

def created_at
  @created_at
end

#documents::Array[Types::DocumentInfo]

Returns the value of attribute documents.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def documents
  @documents
end

#error_informationTypes::ErrorInformation

Returns the value of attribute error_information.



480
481
482
# File 'sig/types.rbs', line 480

def error_information
  @error_information
end

#execution_context::Array[Types::ExecutionContext]

Returns the value of attribute execution_context.

Returns:



477
478
479
# File 'sig/types.rbs', line 477

def execution_context
  @execution_context
end

#integrated_repositories::Array[Types::IntegratedRepository]

Returns the value of attribute integrated_repositories.

Returns:



481
482
483
# File 'sig/types.rbs', line 481

def integrated_repositories
  @integrated_repositories
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



479
480
481
# File 'sig/types.rbs', line 479

def log_config
  @log_config
end

#overview::String

Returns the value of attribute overview.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def overview
  @overview
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def service_role
  @service_role
end

#source_code::Array[Types::SourceCodeRepository]

Returns the value of attribute source_code.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def source_code
  @source_code
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


473
474
475
# File 'sig/types.rbs', line 473

def status
  @status
end

#steps::Array[Types::Step]

Returns the value of attribute steps.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def steps
  @steps
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


484
485
486
# File 'sig/types.rbs', line 484

def updated_at
  @updated_at
end