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:



2601
2602
2603
# File 'sig/types.rbs', line 2601

def additional_search_keys
  @additional_search_keys
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def domain_name
  @domain_name
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def key_name
  @key_name
end

#logical_operator"AND", "OR"

Returns the value of attribute logical_operator.

Returns:

  • ("AND", "OR")


2602
2603
2604
# File 'sig/types.rbs', line 2602

def logical_operator
  @logical_operator
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def next_token
  @next_token
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


2600
2601
2602
# File 'sig/types.rbs', line 2600

def values
  @values
end