Class: Aws::Types::AddArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::AddArtifactInput
- 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_content ⇒ ::String
Returns the value of attribute artifact_content.
-
#artifact_type ⇒ "TXT", ...
Returns the value of attribute artifact_type.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
35 36 37 |
# File 'sig/types.rbs', line 35 def agent_space_id @agent_space_id end |
#artifact_content ⇒ ::String
Returns the value of attribute artifact_content.
36 37 38 |
# File 'sig/types.rbs', line 36 def artifact_content @artifact_content end |
#artifact_type ⇒ "TXT", ...
Returns the value of attribute artifact_type.
37 38 39 |
# File 'sig/types.rbs', line 37 def artifact_type @artifact_type end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
38 39 40 |
# File 'sig/types.rbs', line 38 def file_name @file_name end |