Class: Aws::Types::ConfluenceSpaceToIndexFieldMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_field_name"DISPLAY_URL", ...

Returns the value of attribute data_source_field_name.

Returns:

  • ("DISPLAY_URL", "ITEM_TYPE", "SPACE_KEY", "URL")


342
343
344
# File 'sig/types.rbs', line 342

def data_source_field_name
  @data_source_field_name
end

#date_field_format::String

Returns the value of attribute date_field_format.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def date_field_format
  @date_field_format
end

#index_field_name::String

Returns the value of attribute index_field_name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def index_field_name
  @index_field_name
end