Class: Aws::Types::SearchTablesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchTablesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#filters ⇒ ::Array[Types::PropertyPredicate]
Returns the value of attribute filters.
-
#include_status_details ⇒ Boolean
Returns the value of attribute include_status_details.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_share_type ⇒ "FOREIGN", ...
Returns the value of attribute resource_share_type.
-
#search_text ⇒ ::String
Returns the value of attribute search_text.
-
#sort_criteria ⇒ ::Array[Types::SortCriterion]
Returns the value of attribute sort_criteria.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
6871 6872 6873 |
# File 'sig/types.rbs', line 6871 def catalog_id @catalog_id end |
#filters ⇒ ::Array[Types::PropertyPredicate]
Returns the value of attribute filters.
6873 6874 6875 |
# File 'sig/types.rbs', line 6873 def filters @filters end |
#include_status_details ⇒ Boolean
Returns the value of attribute include_status_details.
6878 6879 6880 |
# File 'sig/types.rbs', line 6878 def include_status_details @include_status_details end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6876 6877 6878 |
# File 'sig/types.rbs', line 6876 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6872 6873 6874 |
# File 'sig/types.rbs', line 6872 def next_token @next_token end |
#resource_share_type ⇒ "FOREIGN", ...
Returns the value of attribute resource_share_type.
6877 6878 6879 |
# File 'sig/types.rbs', line 6877 def resource_share_type @resource_share_type end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
6874 6875 6876 |
# File 'sig/types.rbs', line 6874 def search_text @search_text end |
#sort_criteria ⇒ ::Array[Types::SortCriterion]
Returns the value of attribute sort_criteria.
6875 6876 6877 |
# File 'sig/types.rbs', line 6875 def sort_criteria @sort_criteria end |