Class: Aws::Types::UpdateCodeReviewOutput

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)


2267
2268
2269
# File 'sig/types.rbs', line 2267

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



2264
2265
2266
# File 'sig/types.rbs', line 2264

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


2268
2269
2270
# File 'sig/types.rbs', line 2268

def code_remediation_strategy
  @code_remediation_strategy
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


2260
2261
2262
# File 'sig/types.rbs', line 2260

def code_review_id
  @code_review_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2262
2263
2264
# File 'sig/types.rbs', line 2262

def created_at
  @created_at
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



2266
2267
2268
# File 'sig/types.rbs', line 2266

def log_config
  @log_config
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2261
2262
2263
# File 'sig/types.rbs', line 2261

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2263
2264
2265
# File 'sig/types.rbs', line 2263

def updated_at
  @updated_at
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


2269
2270
2271
# File 'sig/types.rbs', line 2269

def validation_mode
  @validation_mode
end