Class: Aws::Types::DocumentMetadataConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DocumentMetadataConfiguration
- 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.
-
#search ⇒ Types::Search
Returns the value of attribute search.
-
#type ⇒ "STRING_VALUE", ...
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
946 947 948 |
# File 'sig/types.rbs', line 946 def name @name end |
#relevance ⇒ Types::Relevance
Returns the value of attribute relevance.
948 949 950 |
# File 'sig/types.rbs', line 948 def relevance @relevance end |
#search ⇒ Types::Search
Returns the value of attribute search.
949 950 951 |
# File 'sig/types.rbs', line 949 def search @search end |
#type ⇒ "STRING_VALUE", ...
Returns the value of attribute type.
947 948 949 |
# File 'sig/types.rbs', line 947 def type @type end |