Class: Aws::Types::ResolvedArtifact
- Inherits:
-
Object
- Object
- Aws::Types::ResolvedArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#type ⇒ "CODEPIPELINE", ...
Returns the value of attribute type.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def identifier @identifier end |
#location ⇒ ::String
Returns the value of attribute location.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def location @location end |
#type ⇒ "CODEPIPELINE", ...
Returns the value of attribute type.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def type @type end |