Class: Aws::Types::GetSimilarProfilesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_score::Float

Returns the value of attribute confidence_score.

Returns:

  • (::Float)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def confidence_score
  @confidence_score
end

#match_id::String

Returns the value of attribute match_id.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def match_id
  @match_id
end

#match_type"RULE_BASED_MATCHING", "ML_BASED_MATCHING"

Returns the value of attribute match_type.

Returns:

  • ("RULE_BASED_MATCHING", "ML_BASED_MATCHING")


1491
1492
1493
# File 'sig/types.rbs', line 1491

def match_type
  @match_type
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def next_token
  @next_token
end

#profile_ids::Array[::String]

Returns the value of attribute profile_ids.

Returns:

  • (::Array[::String])


1489
1490
1491
# File 'sig/types.rbs', line 1489

def profile_ids
  @profile_ids
end

#rule_level::Integer

Returns the value of attribute rule_level.

Returns:

  • (::Integer)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def rule_level
  @rule_level
end