Class: Aws::Types::ConfluenceBlogToIndexFieldMapping

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"AUTHOR", ...

Returns the value of attribute data_source_field_name.

Returns:

  • ("AUTHOR", "DISPLAY_URL", "ITEM_TYPE", "LABELS", "PUBLISH_DATE", "SPACE_KEY", "SPACE_NAME", "URL", "VERSION")


298
299
300
# File 'sig/types.rbs', line 298

def data_source_field_name
  @data_source_field_name
end

#date_field_format::String

Returns the value of attribute date_field_format.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def date_field_format
  @date_field_format
end

#index_field_name::String

Returns the value of attribute index_field_name.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def index_field_name
  @index_field_name
end