Class: Aws::Types::CodeConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_configuration_values ⇒ Types::CodeConfigurationValues

Returns the value of attribute code_configuration_values.



69
70
71
# File 'sig/types.rbs', line 69

def code_configuration_values
  @code_configuration_values
end

#configuration_source ⇒ "REPOSITORY", "API"

Returns the value of attribute configuration_source.

Returns:

  • ("REPOSITORY", "API")


68
69
70
# File 'sig/types.rbs', line 68

def configuration_source
  @configuration_source
end