Class: Aws::Types::FeaturedResultsSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Integer

Returns the value of attribute creation_timestamp.

Returns:

  • (::Integer)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def creation_timestamp
  @creation_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def description
  @description
end

Returns the value of attribute featured_documents.

Returns:



1107
1108
1109
# File 'sig/types.rbs', line 1107

def featured_documents
  @featured_documents
end

Returns the value of attribute featured_results_set_id.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def featured_results_set_id
  @featured_results_set_id
end

Returns the value of attribute featured_results_set_name.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def featured_results_set_name
  @featured_results_set_name
end

#last_updated_timestamp::Integer

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Integer)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def last_updated_timestamp
  @last_updated_timestamp
end

#query_texts::Array[::String]

Returns the value of attribute query_texts.

Returns:

  • (::Array[::String])


1106
1107
1108
# File 'sig/types.rbs', line 1106

def query_texts
  @query_texts
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


1105
1106
1107
# File 'sig/types.rbs', line 1105

def status
  @status
end