Class: Aws::Types::GitHubIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::GitHubIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
-
#organization_name ⇒ ::String
Returns the value of attribute organization_name.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#target_url ⇒ ::String
Returns the value of attribute target_url.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def code @code end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def installation_id @installation_id end |
#organization_name ⇒ ::String
Returns the value of attribute organization_name.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def organization_name @organization_name end |
#state ⇒ ::String
Returns the value of attribute state.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def state @state end |
#target_url ⇒ ::String
Returns the value of attribute target_url.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def target_url @target_url end |