Class: Aws::Types::SearchTablesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


6903
6904
6905
# File 'sig/types.rbs', line 6903

def catalog_id
  @catalog_id
end

#filters::Array[Types::PropertyPredicate]

Returns the value of attribute filters.

Returns:



6905
6906
6907
# File 'sig/types.rbs', line 6905

def filters
  @filters
end

#include_status_detailsBoolean

Returns the value of attribute include_status_details.

Returns:

  • (Boolean)


6910
6911
6912
# File 'sig/types.rbs', line 6910

def include_status_details
  @include_status_details
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6908
6909
6910
# File 'sig/types.rbs', line 6908

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6904
6905
6906
# File 'sig/types.rbs', line 6904

def next_token
  @next_token
end

#resource_share_type"FOREIGN", ...

Returns the value of attribute resource_share_type.

Returns:

  • ("FOREIGN", "ALL", "FEDERATED")


6909
6910
6911
# File 'sig/types.rbs', line 6909

def resource_share_type
  @resource_share_type
end

#search_text::String

Returns the value of attribute search_text.

Returns:

  • (::String)


6906
6907
6908
# File 'sig/types.rbs', line 6906

def search_text
  @search_text
end

#sort_criteria::Array[Types::SortCriterion]

Returns the value of attribute sort_criteria.

Returns:



6907
6908
6909
# File 'sig/types.rbs', line 6907

def sort_criteria
  @sort_criteria
end