Class: Aws::Types::QuipConfiguration

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.



1629
1630
1631
# File 'sig/types.rbs', line 1629

def attachment_field_mappings
  @attachment_field_mappings
end

#crawl_attachmentsBoolean

Returns the value of attribute crawl_attachments.

Returns:

  • (Boolean)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def crawl_attachments
  @crawl_attachments
end

#crawl_chat_roomsBoolean

Returns the value of attribute crawl_chat_rooms.

Returns:

  • (Boolean)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def crawl_chat_rooms
  @crawl_chat_rooms
end

#crawl_file_commentsBoolean

Returns the value of attribute crawl_file_comments.

Returns:

  • (Boolean)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def crawl_file_comments
  @crawl_file_comments
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def domain
  @domain
end

#exclusion_patterns::Array[::String]

Returns the value of attribute exclusion_patterns.

Returns:

  • (::Array[::String])


1631
1632
1633
# File 'sig/types.rbs', line 1631

def exclusion_patterns
  @exclusion_patterns
end

#folder_ids::Array[::String]

Returns the value of attribute folder_ids.

Returns:

  • (::Array[::String])


1626
1627
1628
# File 'sig/types.rbs', line 1626

def folder_ids
  @folder_ids
end

#inclusion_patterns::Array[::String]

Returns the value of attribute inclusion_patterns.

Returns:

  • (::Array[::String])


1630
1631
1632
# File 'sig/types.rbs', line 1630

def inclusion_patterns
  @inclusion_patterns
end

#message_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute message_field_mappings.



1628
1629
1630
# File 'sig/types.rbs', line 1628

def message_field_mappings
  @message_field_mappings
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def secret_arn
  @secret_arn
end

#thread_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute thread_field_mappings.



1627
1628
1629
# File 'sig/types.rbs', line 1627

def thread_field_mappings
  @thread_field_mappings
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



1632
1633
1634
# File 'sig/types.rbs', line 1632

def vpc_configuration
  @vpc_configuration
end