Class: Aws::Types::ConfluenceAttachmentToIndexFieldMapping
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceAttachmentToIndexFieldMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_field_name ⇒ "AUTHOR", ...
Returns the value of attribute data_source_field_name.
-
#date_field_format ⇒ ::String
Returns the value of attribute date_field_format.
-
#index_field_name ⇒ ::String
Returns the value of attribute index_field_name.
Instance Attribute Details
#data_source_field_name ⇒ "AUTHOR", ...
Returns the value of attribute data_source_field_name.
286 287 288 |
# File 'sig/types.rbs', line 286 def data_source_field_name @data_source_field_name end |
#date_field_format ⇒ ::String
Returns the value of attribute date_field_format.
287 288 289 |
# File 'sig/types.rbs', line 287 def date_field_format @date_field_format end |
#index_field_name ⇒ ::String
Returns the value of attribute index_field_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def index_field_name @index_field_name end |