Class: Aws::Types::Artifact
- Inherits:
-
Object
- Object
- Aws::Types::Artifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ Types::ArtifactLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#location ⇒ Types::ArtifactLocation
Returns the value of attribute location.
267 268 269 |
# File 'sig/types.rbs', line 267 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
265 266 267 |
# File 'sig/types.rbs', line 265 def name @name end |
#revision ⇒ ::String
Returns the value of attribute revision.
266 267 268 |
# File 'sig/types.rbs', line 266 def revision @revision end |