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)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



2249
2250
2251
# File 'sig/types.rbs', line 2249

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


2252
2253
2254
# File 'sig/types.rbs', line 2252

def code_remediation_strategy
  @code_remediation_strategy
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def code_review_id
  @code_review_id
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



2251
2252
2253
# File 'sig/types.rbs', line 2251

def log_config
  @log_config
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


2250
2251
2252
# File 'sig/types.rbs', line 2250

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def title
  @title
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


2253
2254
2255
# File 'sig/types.rbs', line 2253

def validation_mode
  @validation_mode
end