Class: Aws::Types::UpdateCodeReviewInput

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)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



2288
2289
2290
# File 'sig/types.rbs', line 2288

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


2291
2292
2293
# File 'sig/types.rbs', line 2291

def code_remediation_strategy
  @code_remediation_strategy
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def code_review_id
  @code_review_id
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



2290
2291
2292
# File 'sig/types.rbs', line 2290

def log_config
  @log_config
end

#max_task_hours::Float

Returns the value of attribute max_task_hours.

Returns:

  • (::Float)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def max_task_hours
  @max_task_hours
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def title
  @title
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


2292
2293
2294
# File 'sig/types.rbs', line 2292

def validation_mode
  @validation_mode
end