Class: Aws::Types::GitMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GitMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#commit_hash ⇒ ::String
Returns the value of attribute commit_hash.
-
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
-
#committed_at ⇒ ::Time
Returns the value of attribute committed_at.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
3355 3356 3357 |
# File 'sig/types.rbs', line 3355 def branch @branch end |
#commit_hash ⇒ ::String
Returns the value of attribute commit_hash.
3356 3357 3358 |
# File 'sig/types.rbs', line 3356 def commit_hash @commit_hash end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def @commit_message end |
#committed_at ⇒ ::Time
Returns the value of attribute committed_at.
3358 3359 3360 |
# File 'sig/types.rbs', line 3358 def committed_at @committed_at end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def connection_id @connection_id end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
3357 3358 3359 |
# File 'sig/types.rbs', line 3357 def file_name @file_name end |
#repository ⇒ ::String
Returns the value of attribute repository.
3354 3355 3356 |
# File 'sig/types.rbs', line 3354 def repository @repository end |