Class: Aws::Types::GitHubConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusion_file_name_patterns::Array[::String]

Returns the value of attribute exclusion_file_name_patterns.

Returns:

  • (::Array[::String])


1178
1179
1180
# File 'sig/types.rbs', line 1178

def exclusion_file_name_patterns
  @exclusion_file_name_patterns
end

#exclusion_file_type_patterns::Array[::String]

Returns the value of attribute exclusion_file_type_patterns.

Returns:

  • (::Array[::String])


1177
1178
1179
# File 'sig/types.rbs', line 1177

def exclusion_file_type_patterns
  @exclusion_file_type_patterns
end

#exclusion_folder_name_patterns::Array[::String]

Returns the value of attribute exclusion_folder_name_patterns.

Returns:

  • (::Array[::String])


1176
1177
1178
# File 'sig/types.rbs', line 1176

def exclusion_folder_name_patterns
  @exclusion_folder_name_patterns
end

#git_hub_commit_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_commit_configuration_field_mappings.



1181
1182
1183
# File 'sig/types.rbs', line 1181

def git_hub_commit_configuration_field_mappings
  @git_hub_commit_configuration_field_mappings
end

#git_hub_document_crawl_propertiesTypes::GitHubDocumentCrawlProperties

Returns the value of attribute git_hub_document_crawl_properties.



1171
1172
1173
# File 'sig/types.rbs', line 1171

def git_hub_document_crawl_properties
  @git_hub_document_crawl_properties
end

#git_hub_issue_attachment_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_issue_attachment_configuration_field_mappings.



1184
1185
1186
# File 'sig/types.rbs', line 1184

def git_hub_issue_attachment_configuration_field_mappings
  @git_hub_issue_attachment_configuration_field_mappings
end

#git_hub_issue_comment_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_issue_comment_configuration_field_mappings.



1183
1184
1185
# File 'sig/types.rbs', line 1183

def git_hub_issue_comment_configuration_field_mappings
  @git_hub_issue_comment_configuration_field_mappings
end

#git_hub_issue_document_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_issue_document_configuration_field_mappings.



1182
1183
1184
# File 'sig/types.rbs', line 1182

def git_hub_issue_document_configuration_field_mappings
  @git_hub_issue_document_configuration_field_mappings
end

#git_hub_pull_request_comment_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_pull_request_comment_configuration_field_mappings.



1185
1186
1187
# File 'sig/types.rbs', line 1185

def git_hub_pull_request_comment_configuration_field_mappings
  @git_hub_pull_request_comment_configuration_field_mappings
end

#git_hub_pull_request_document_attachment_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_pull_request_document_attachment_configuration_field_mappings.



1187
1188
1189
# File 'sig/types.rbs', line 1187

def git_hub_pull_request_document_attachment_configuration_field_mappings
  @git_hub_pull_request_document_attachment_configuration_field_mappings
end

#git_hub_pull_request_document_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_pull_request_document_configuration_field_mappings.



1186
1187
1188
# File 'sig/types.rbs', line 1186

def git_hub_pull_request_document_configuration_field_mappings
  @git_hub_pull_request_document_configuration_field_mappings
end

#git_hub_repository_configuration_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute git_hub_repository_configuration_field_mappings.



1180
1181
1182
# File 'sig/types.rbs', line 1180

def git_hub_repository_configuration_field_mappings
  @git_hub_repository_configuration_field_mappings
end

#inclusion_file_name_patterns::Array[::String]

Returns the value of attribute inclusion_file_name_patterns.

Returns:

  • (::Array[::String])


1175
1176
1177
# File 'sig/types.rbs', line 1175

def inclusion_file_name_patterns
  @inclusion_file_name_patterns
end

#inclusion_file_type_patterns::Array[::String]

Returns the value of attribute inclusion_file_type_patterns.

Returns:

  • (::Array[::String])


1174
1175
1176
# File 'sig/types.rbs', line 1174

def inclusion_file_type_patterns
  @inclusion_file_type_patterns
end

#inclusion_folder_name_patterns::Array[::String]

Returns the value of attribute inclusion_folder_name_patterns.

Returns:

  • (::Array[::String])


1173
1174
1175
# File 'sig/types.rbs', line 1173

def inclusion_folder_name_patterns
  @inclusion_folder_name_patterns
end

#on_premise_configurationTypes::OnPremiseConfiguration

Returns the value of attribute on_premise_configuration.



1167
1168
1169
# File 'sig/types.rbs', line 1167

def on_premise_configuration
  @on_premise_configuration
end

#repository_filter::Array[::String]

Returns the value of attribute repository_filter.

Returns:

  • (::Array[::String])


1172
1173
1174
# File 'sig/types.rbs', line 1172

def repository_filter
  @repository_filter
end

#saa_s_configurationTypes::SaaSConfiguration

Returns the value of attribute saa_s_configuration.



1166
1167
1168
# File 'sig/types.rbs', line 1166

def saa_s_configuration
  @saa_s_configuration
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def secret_arn
  @secret_arn
end

#type"SAAS", "ON_PREMISE"

Returns the value of attribute type.

Returns:

  • ("SAAS", "ON_PREMISE")


1168
1169
1170
# File 'sig/types.rbs', line 1168

def type
  @type
end

#use_change_logBoolean

Returns the value of attribute use_change_log.

Returns:

  • (Boolean)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def use_change_log
  @use_change_log
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



1179
1180
1181
# File 'sig/types.rbs', line 1179

def vpc_configuration
  @vpc_configuration
end