Class: Aws::WellArchitected::Types::AccountJiraConfigurationOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::AccountJiraConfigurationOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Account-level: Output configuration of the Jira integration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #integration_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Account-level: Configuration status of the Jira integration.
 - 
  
    
      #issue_management_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Account-level: Jira issue management status.
 - 
  
    
      #issue_management_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Account-level: Jira issue management type.
 - 
  
    
      #jira_project_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Account-level: Jira project key to sync workloads to.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Account-level: Status message on configuration of the Jira integration.
 - 
  
    
      #subdomain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Account-level: Jira subdomain URL.
 
Instance Attribute Details
#integration_status ⇒ String
Account-level: Configuration status of the Jira integration.
      85 86 87 88 89 90 91 92 93 94  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 85 class AccountJiraConfigurationOutput < Struct.new( :integration_status, :issue_management_status, :issue_management_type, :subdomain, :jira_project_key, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#issue_management_status ⇒ String
Account-level: Jira issue management status.
      85 86 87 88 89 90 91 92 93 94  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 85 class AccountJiraConfigurationOutput < Struct.new( :integration_status, :issue_management_status, :issue_management_type, :subdomain, :jira_project_key, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#issue_management_type ⇒ String
Account-level: Jira issue management type.
      85 86 87 88 89 90 91 92 93 94  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 85 class AccountJiraConfigurationOutput < Struct.new( :integration_status, :issue_management_status, :issue_management_type, :subdomain, :jira_project_key, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#jira_project_key ⇒ String
Account-level: Jira project key to sync workloads to.
      85 86 87 88 89 90 91 92 93 94  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 85 class AccountJiraConfigurationOutput < Struct.new( :integration_status, :issue_management_status, :issue_management_type, :subdomain, :jira_project_key, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
Account-level: Status message on configuration of the Jira integration.
      85 86 87 88 89 90 91 92 93 94  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 85 class AccountJiraConfigurationOutput < Struct.new( :integration_status, :issue_management_status, :issue_management_type, :subdomain, :jira_project_key, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#subdomain ⇒ String
Account-level: Jira subdomain URL.
      85 86 87 88 89 90 91 92 93 94  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 85 class AccountJiraConfigurationOutput < Struct.new( :integration_status, :issue_management_status, :issue_management_type, :subdomain, :jira_project_key, :status_message) SENSITIVE = [] include Aws::Structure end  |