Class: Aws::Types::DeleteArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteArtifactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
855 856 857 |
# File 'sig/types.rbs', line 855 def agent_space_id @agent_space_id end |
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
856 857 858 |
# File 'sig/types.rbs', line 856 def artifact_id @artifact_id end |