Class: Aws::Types::Facet

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)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def document_attribute_key
  @document_attribute_key
end

#facets::Array[Types::Facet]

Returns the value of attribute facets.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def facets
  @facets
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def max_results
  @max_results
end