Class: Aws::Types::DeleteArtifactRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteArtifactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
-
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
Instance Attribute Details
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def artifact_arn @artifact_arn end |
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
3266 3267 3268 |
# File 'sig/types.rbs', line 3266 def source @source end |