Class: Aws::Types::FacetResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_attribute_key::String

Returns the value of attribute document_attribute_key.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def document_attribute_key
  @document_attribute_key
end

#document_attribute_value_count_pairs::Array[Types::DocumentAttributeValueCountPair]

Returns the value of attribute document_attribute_value_count_pairs.



1039
1040
1041
# File 'sig/types.rbs', line 1039

def document_attribute_value_count_pairs
  @document_attribute_value_count_pairs
end

#document_attribute_value_type"STRING_VALUE", ...

Returns the value of attribute document_attribute_value_type.

Returns:

  • ("STRING_VALUE", "STRING_LIST_VALUE", "LONG_VALUE", "DATE_VALUE")


1038
1039
1040
# File 'sig/types.rbs', line 1038

def document_attribute_value_type
  @document_attribute_value_type
end