Class: Aws::Types::ArtifactSummary
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
-
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
-
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
Instance Attribute Details
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
476 477 478 |
# File 'sig/types.rbs', line 476 def artifact_arn @artifact_arn end |
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
477 478 479 |
# File 'sig/types.rbs', line 477 def artifact_name @artifact_name end |
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
479 480 481 |
# File 'sig/types.rbs', line 479 def artifact_type @artifact_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
480 481 482 |
# File 'sig/types.rbs', line 480 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
481 482 483 |
# File 'sig/types.rbs', line 481 def last_modified_time @last_modified_time end |
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
478 479 480 |
# File 'sig/types.rbs', line 478 def source @source end |