Class: Aws::WellArchitected::Types::JiraConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::JiraConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Configuration of the Jira integration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #jira_issue_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL of the associated Jira issue.
 - 
  
    
      #last_synced_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time recorded.
 
Instance Attribute Details
#jira_issue_url ⇒ String
The URL of the associated Jira issue.
      2675 2676 2677 2678 2679 2680  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2675 class JiraConfiguration < Struct.new( :jira_issue_url, :last_synced_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_synced_time ⇒ Time
The date and time recorded.
      2675 2676 2677 2678 2679 2680  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2675 class JiraConfiguration < Struct.new( :jira_issue_url, :last_synced_time) SENSITIVE = [] include Aws::Structure end  |