Class: Aws::Types::WorkloadJiraConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#issue_management_status ⇒ "ENABLED", ...

Returns the value of attribute issue_management_status.

Returns:

  • ("ENABLED", "DISABLED", "INHERIT")


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.

Returns:

  • ("AUTO", "MANUAL")


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.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def jira_project_key
  @jira_project_key
end