Class: Aws::Types::DescribeFeaturedResultsSetResponse

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:



759
760
761
# File 'sig/types.rbs', line 759

def creation_timestamp
  @creation_timestamp
end

#description::String

Returns the value of attribute description.

Returns:



753
754
755
# File 'sig/types.rbs', line 753

def description
  @description
end

Returns the value of attribute featured_documents_missing.

Returns:



757
758
759
# File 'sig/types.rbs', line 757

def featured_documents_missing
  @featured_documents_missing
end

Returns the value of attribute featured_documents_with_metadata.

Returns:



756
757
758
# File 'sig/types.rbs', line 756

def 
  @featured_documents_with_metadata
end

Returns the value of attribute featured_results_set_id.

Returns:



751
752
753
# File 'sig/types.rbs', line 751

def featured_results_set_id
  @featured_results_set_id
end

Returns the value of attribute featured_results_set_name.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def featured_results_set_name
  @featured_results_set_name
end

#last_updated_timestamp::Integer

Returns the value of attribute last_updated_timestamp.

Returns:



758
759
760
# File 'sig/types.rbs', line 758

def last_updated_timestamp
  @last_updated_timestamp
end

#query_texts::Array[::String]

Returns the value of attribute query_texts.

Returns:



755
756
757
# File 'sig/types.rbs', line 755

def query_texts
  @query_texts
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:



754
755
756
# File 'sig/types.rbs', line 754

def status
  @status
end