Class: Aws::Types::MatchItem

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)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def confidence_score
  @confidence_score
end

#match_id ⇒ ::String

Returns the value of attribute match_id.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def match_id
  @match_id
end

#profile_ids ⇒ ::Array[::String]

Returns the value of attribute profile_ids.

Returns:

  • (::Array[::String])


2097
2098
2099
# File 'sig/types.rbs', line 2097

def profile_ids
  @profile_ids
end