Class: Aws::Types::DocumentRelevanceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DocumentRelevanceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#relevance ⇒ Types::Relevance
Returns the value of attribute relevance.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
954 955 956 |
# File 'sig/types.rbs', line 954 def name @name end |
#relevance ⇒ Types::Relevance
Returns the value of attribute relevance.
955 956 957 |
# File 'sig/types.rbs', line 955 def relevance @relevance end |