Class: Aws::Types::JiraConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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
  @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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[("COMMENTS" | "ATTACHMENTS" | "WORKLOGS")])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def 
  @jira_account_url
end

#project::Array[::String]

Returns the value of attribute project.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def secret_arn
  @secret_arn
end

#status::Array[::String]

Returns the value of attribute status.

Returns:

  • (::Array[::String])


1294
1295
1296
# File 'sig/types.rbs', line 1294

def status
  @status
end

#use_change_logBoolean

Returns the value of attribute use_change_log.

Returns:

  • (Boolean)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def use_change_log
  @use_change_log
end

#vpc_configurationTypes::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