Class: Aws::Types::Artifact
- Inherits:
-
Object
- Object
- Aws::Types::Artifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_file_name ⇒ ::String
Returns the value of attribute artifact_file_name.
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
Instance Attribute Details
#artifact_file_name ⇒ ::String
Returns the value of attribute artifact_file_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def artifact_file_name @artifact_file_name end |
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def artifact_id @artifact_id end |