Class: Aws::Types::SearchSampleQueriesSearchResult
- Inherits:
-
Object
- Object
- Aws::Types::SearchSampleQueriesSearchResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#relevance ⇒ ::Float
Returns the value of attribute relevance.
-
#sql ⇒ ::String
Returns the value of attribute sql.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def name @name end |
#relevance ⇒ ::Float
Returns the value of attribute relevance.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def relevance @relevance end |
#sql ⇒ ::String
Returns the value of attribute sql.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def sql @sql end |