Class: Aws::Types::CodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_configuration_values ⇒ Types::CodeConfigurationValues
Returns the value of attribute code_configuration_values.
-
#configuration_source ⇒ "REPOSITORY", "API"
Returns the value of attribute configuration_source.
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.
68 69 70 |
# File 'sig/types.rbs', line 68 def configuration_source @configuration_source end |