Class: Aws::Types::GetArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::GetArtifactInput
- 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.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def agent_space_id @agent_space_id end |
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def artifact_id @artifact_id end |