Class: Aws::Types::CreateFeaturedResultsSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def description
  @description
end

Returns the value of attribute featured_documents.

Returns:



448
449
450
# File 'sig/types.rbs', line 448

def featured_documents
  @featured_documents
end

Returns the value of attribute featured_results_set_name.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def featured_results_set_name
  @featured_results_set_name
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def index_id
  @index_id
end

#query_texts::Array[::String]

Returns the value of attribute query_texts.

Returns:

  • (::Array[::String])


447
448
449
# File 'sig/types.rbs', line 447

def query_texts
  @query_texts
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


446
447
448
# File 'sig/types.rbs', line 446

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def tags
  @tags
end