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.
8739 8740 8741 |
# File 'sig/types.rbs', line 8739 def commit_id @commit_id end |
#generated_by ⇒ ::String
Returns the value of attribute generated_by.
8741 8742 8743 |
# File 'sig/types.rbs', line 8741 def generated_by @generated_by end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
8742 8743 8744 |
# File 'sig/types.rbs', line 8742 def project_id @project_id end |
#repository ⇒ ::String
Returns the value of attribute repository.
8740 8741 8742 |
# File 'sig/types.rbs', line 8740 def repository @repository end |