Class: Aws::Types::SearchProfilesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_search_keys ⇒ ::Array[Types::AdditionalSearchKey]

Returns the value of attribute additional_search_keys.

Returns:



2613
2614
2615
# File 'sig/types.rbs', line 2613

def additional_search_keys
  @additional_search_keys
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2610
2611
2612
# File 'sig/types.rbs', line 2610

def domain_name
  @domain_name
end

#key_name ⇒ ::String

Returns the value of attribute key_name.

Returns:

  • (::String)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def key_name
  @key_name
end

#logical_operator ⇒ "AND", "OR"

Returns the value of attribute logical_operator.

Returns:

  • ("AND", "OR")


2614
2615
2616
# File 'sig/types.rbs', line 2614

def logical_operator
  @logical_operator
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2609
2610
2611
# File 'sig/types.rbs', line 2609

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2608
2609
2610
# File 'sig/types.rbs', line 2608

def next_token
  @next_token
end

#values ⇒ ::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


2612
2613
2614
# File 'sig/types.rbs', line 2612

def values
  @values
end