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.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def artifact_arn @artifact_arn end |
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def source @source end |