Class: Aws::Types::WorkloadJiraConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadJiraConfigurationOutput
- 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.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#issue_management_status ⇒ "ENABLED", ...
Returns the value of attribute issue_management_status.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def issue_management_status @issue_management_status end |
#issue_management_type ⇒ "AUTO", "MANUAL"
Returns the value of attribute issue_management_type.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def issue_management_type @issue_management_type end |
#jira_project_key ⇒ ::String
Returns the value of attribute jira_project_key.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def jira_project_key @jira_project_key end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def end |