Class: Aws::Types::ArtifactSummary
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
-
#artifact_type ⇒ "TXT", ...
Returns the value of attribute artifact_type.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
Instance Attribute Details
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def artifact_id @artifact_id end |
#artifact_type ⇒ "TXT", ...
Returns the value of attribute artifact_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def artifact_type @artifact_type end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def file_name @file_name end |