Class: Aws::Types::JiraConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::JiraConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute attachment_field_mappings.
-
#comment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute comment_field_mappings.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#issue_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute issue_field_mappings.
-
#issue_sub_entity_filter ⇒ ::Array[("COMMENTS" | "ATTACHMENTS" | "WORKLOGS")]
Returns the value of attribute issue_sub_entity_filter.
-
#issue_type ⇒ ::Array[::String]
Returns the value of attribute issue_type.
-
#jira_account_url ⇒ ::String
Returns the value of attribute jira_account_url.
-
#project ⇒ ::Array[::String]
Returns the value of attribute project.
-
#project_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute project_field_mappings.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#status ⇒ ::Array[::String]
Returns the value of attribute status.
-
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
-
#work_log_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute work_log_field_mappings.
Instance Attribute Details
#attachment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute attachment_field_mappings.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def @attachment_field_mappings end |
#comment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute comment_field_mappings.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def comment_field_mappings @comment_field_mappings end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def exclusion_patterns @exclusion_patterns end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def inclusion_patterns @inclusion_patterns end |
#issue_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute issue_field_mappings.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def issue_field_mappings @issue_field_mappings end |
#issue_sub_entity_filter ⇒ ::Array[("COMMENTS" | "ATTACHMENTS" | "WORKLOGS")]
Returns the value of attribute issue_sub_entity_filter.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def issue_sub_entity_filter @issue_sub_entity_filter end |
#issue_type ⇒ ::Array[::String]
Returns the value of attribute issue_type.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def issue_type @issue_type end |
#jira_account_url ⇒ ::String
Returns the value of attribute jira_account_url.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def jira_account_url @jira_account_url end |
#project ⇒ ::Array[::String]
Returns the value of attribute project.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def project @project end |
#project_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute project_field_mappings.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def project_field_mappings @project_field_mappings end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def secret_arn @secret_arn end |
#status ⇒ ::Array[::String]
Returns the value of attribute status.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def status @status end |
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def use_change_log @use_change_log end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def vpc_configuration @vpc_configuration end |
#work_log_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute work_log_field_mappings.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def work_log_field_mappings @work_log_field_mappings end |