Class: Aws::Types::CreateCodeReviewInput

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)


624
625
626
# File 'sig/types.rbs', line 624

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



625
626
627
# File 'sig/types.rbs', line 625

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


628
629
630
# File 'sig/types.rbs', line 628

def code_remediation_strategy
  @code_remediation_strategy
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



627
628
629
# File 'sig/types.rbs', line 627

def log_config
  @log_config
end

#max_task_hours::Float

Returns the value of attribute max_task_hours.

Returns:

  • (::Float)


630
631
632
# File 'sig/types.rbs', line 630

def max_task_hours
  @max_task_hours
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def title
  @title
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


629
630
631
# File 'sig/types.rbs', line 629

def validation_mode
  @validation_mode
end