Class: Aws::Types::WorkloadJiraConfigurationOutput

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")


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.

Returns:

  • ("AUTO", "MANUAL")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def status_message
  @status_message
end