Class: Aws::Types::UpdateIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#integrating_service ⇒ "JIRA"
Returns the value of attribute integrating_service.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def client_request_token @client_request_token end |
#integrating_service ⇒ "JIRA"
Returns the value of attribute integrating_service.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def workload_id @workload_id end |