Class: Aws::Types::CodeArtifacts
- Inherits:
-
Object
- Object
- Aws::Types::CodeArtifacts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_artifacts_object_key ⇒ ::String
Returns the value of attribute build_artifacts_object_key.
-
#source_code_artifacts_object_key ⇒ ::String
Returns the value of attribute source_code_artifacts_object_key.
Instance Attribute Details
#build_artifacts_object_key ⇒ ::String
Returns the value of attribute build_artifacts_object_key.
38 39 40 |
# File 'sig/types.rbs', line 38 def build_artifacts_object_key @build_artifacts_object_key end |
#source_code_artifacts_object_key ⇒ ::String
Returns the value of attribute source_code_artifacts_object_key.
37 38 39 |
# File 'sig/types.rbs', line 37 def source_code_artifacts_object_key @source_code_artifacts_object_key end |