Class: Aws::Types::GetSimilarProfilesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def domain_name
  @domain_name
end

#match_type"RULE_BASED_MATCHING", "ML_BASED_MATCHING"

Returns the value of attribute match_type.

Returns:

  • ("RULE_BASED_MATCHING", "ML_BASED_MATCHING")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def match_type
  @match_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1480
1481
1482
# File 'sig/types.rbs', line 1480

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def next_token
  @next_token
end

#search_key::String

Returns the value of attribute search_key.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def search_key
  @search_key
end

#search_value::String

Returns the value of attribute search_value.

Returns:

  • (::String)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def search_value
  @search_value
end