Class: Aws::Types::GitPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::GitPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_connection_arn ⇒ ::String
Returns the value of attribute code_connection_arn.
-
#default_branch ⇒ ::String
Returns the value of attribute default_branch.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#code_connection_arn ⇒ ::String
Returns the value of attribute code_connection_arn.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def code_connection_arn @code_connection_arn end |
#default_branch ⇒ ::String
Returns the value of attribute default_branch.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def default_branch @default_branch end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def @error_message end |
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def repository_id @repository_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def status @status end |