Class: Aws::Types::AnalysisTemplateArtifactMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisTemplateArtifactMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_artifact_hashes ⇒ ::Array[Types::Hash]
Returns the value of attribute additional_artifact_hashes.
-
#entry_point_hash ⇒ Types::Hash
Returns the value of attribute entry_point_hash.
Instance Attribute Details
#additional_artifact_hashes ⇒ ::Array[Types::Hash]
Returns the value of attribute additional_artifact_hashes.
255 256 257 |
# File 'sig/types.rbs', line 255 def additional_artifact_hashes @additional_artifact_hashes end |
#entry_point_hash ⇒ Types::Hash
Returns the value of attribute entry_point_hash.
254 255 256 |
# File 'sig/types.rbs', line 254 def entry_point_hash @entry_point_hash end |