Class: Aws::Types::WorkloadJiraConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadJiraConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#issue_management_status ⇒ "ENABLED", ...
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
#issue_management_status ⇒ "ENABLED", ...
Returns the value of attribute issue_management_status.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def issue_management_status @issue_management_status end |
#issue_management_type ⇒ "AUTO", "MANUAL"
Returns the value of attribute issue_management_type.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def issue_management_type @issue_management_type end |
#jira_project_key ⇒ ::String
Returns the value of attribute jira_project_key.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def jira_project_key @jira_project_key end |