Class: Aws::Types::AccountJiraConfigurationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integration_status ⇒ "CONFIGURED", "NOT_CONFIGURED"

Returns the value of attribute integration_status.

Returns:

  • ("CONFIGURED", "NOT_CONFIGURED")


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • ("AUTO", "MANUAL")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def status_message
  @status_message
end

#subdomain ⇒ ::String

Returns the value of attribute subdomain.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def subdomain
  @subdomain
end