Class: Aws::Types::GetArtifactOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetArtifactOutput
- 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 ⇒ Types::Artifact
Returns the value of attribute artifact.
-
#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.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def agent_space_id @agent_space_id end |
#artifact ⇒ Types::Artifact
Returns the value of attribute artifact.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def artifact @artifact end |
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def artifact_id @artifact_id end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def file_name @file_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def updated_at @updated_at end |