Class: Aws::Types::MetadataProperties
- Inherits:
-
Object
- Object
- Aws::Types::MetadataProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#generated_by ⇒ ::String
Returns the value of attribute generated_by.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
8692 8693 8694 |
# File 'sig/types.rbs', line 8692 def commit_id @commit_id end |
#generated_by ⇒ ::String
Returns the value of attribute generated_by.
8694 8695 8696 |
# File 'sig/types.rbs', line 8694 def generated_by @generated_by end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
8695 8696 8697 |
# File 'sig/types.rbs', line 8695 def project_id @project_id end |
#repository ⇒ ::String
Returns the value of attribute repository.
8693 8694 8695 |
# File 'sig/types.rbs', line 8693 def repository @repository end |