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.
8677 8678 8679 |
# File 'sig/types.rbs', line 8677 def commit_id @commit_id end |
#generated_by ⇒ ::String
Returns the value of attribute generated_by.
8679 8680 8681 |
# File 'sig/types.rbs', line 8679 def generated_by @generated_by end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
8680 8681 8682 |
# File 'sig/types.rbs', line 8680 def project_id @project_id end |
#repository ⇒ ::String
Returns the value of attribute repository.
8678 8679 8680 |
# File 'sig/types.rbs', line 8678 def repository @repository end |