Class: Aws::Types::AccountJiraConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::AccountJiraConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_status ⇒ "CONFIGURED", "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.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
Instance Attribute Details
#integration_status ⇒ "CONFIGURED", "NOT_CONFIGURED"
Returns the value of attribute integration_status.
25 26 27 |
# File 'sig/types.rbs', line 25 def integration_status @integration_status end |
#issue_management_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute issue_management_status.
26 27 28 |
# File 'sig/types.rbs', line 26 def issue_management_status @issue_management_status end |
#issue_management_type ⇒ "AUTO", "MANUAL"
Returns the value of attribute issue_management_type.
27 28 29 |
# File 'sig/types.rbs', line 27 def issue_management_type @issue_management_type end |
#jira_project_key ⇒ ::String
Returns the value of attribute jira_project_key.
29 30 31 |
# File 'sig/types.rbs', line 29 def jira_project_key @jira_project_key end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
30 31 32 |
# File 'sig/types.rbs', line 30 def end |
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
28 29 30 |
# File 'sig/types.rbs', line 28 def subdomain @subdomain end |