Class: Aws::Types::AccountJiraConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::AccountJiraConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_status ⇒ "NOT_CONFIGURED"
Returns the value of attribute integration_status.
-
#issue_management_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute issue_management_status.
-
#issue_management_type ⇒ "AUTO", "MANUAL"
Returns the value of attribute issue_management_type.
-
#jira_project_key ⇒ ::String
Returns the value of attribute jira_project_key.
Instance Attribute Details
#integration_status ⇒ "NOT_CONFIGURED"
Returns the value of attribute integration_status.
20 21 22 |
# File 'sig/types.rbs', line 20 def integration_status @integration_status end |
#issue_management_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute issue_management_status.
17 18 19 |
# File 'sig/types.rbs', line 17 def issue_management_status @issue_management_status end |
#issue_management_type ⇒ "AUTO", "MANUAL"
Returns the value of attribute issue_management_type.
18 19 20 |
# File 'sig/types.rbs', line 18 def issue_management_type @issue_management_type end |
#jira_project_key ⇒ ::String
Returns the value of attribute jira_project_key.
19 20 21 |
# File 'sig/types.rbs', line 19 def jira_project_key @jira_project_key end |