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