Class: Aws::Types::CodeReview

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)


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

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



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

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


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

def code_remediation_strategy
  @code_remediation_strategy
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


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

def code_review_id
  @code_review_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



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

def log_config
  @log_config
end

#max_task_hours::Float

Returns the value of attribute max_task_hours.

Returns:

  • (::Float)


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

def max_task_hours
  @max_task_hours
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


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

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


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

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


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

def validation_mode
  @validation_mode
end