Class: Aws::Types::ArtifactMetadataItem
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactMetadataItem
- 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.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def agent_space_id @agent_space_id end |
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def artifact_id @artifact_id end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def file_name @file_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
86 87 88 |
# File 'sig/types.rbs', line 86 def updated_at @updated_at end |