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)


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

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



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

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


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

def code_remediation_strategy
  @code_remediation_strategy
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



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

def log_config
  @log_config
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


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

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def title
  @title
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


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

def validation_mode
  @validation_mode
end