Class: Aws::Types::GetMatchesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_generation_date ⇒ ::Time

Returns the value of attribute match_generation_date.

Returns:

  • (::Time)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def match_generation_date
  @match_generation_date
end

#matches ⇒ ::Array[Types::MatchItem]

Returns the value of attribute matches.

Returns:



1223
1224
1225
# File 'sig/types.rbs', line 1223

def matches
  @matches
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def next_token
  @next_token
end

#potential_matches ⇒ ::Integer

Returns the value of attribute potential_matches.

Returns:

  • (::Integer)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def potential_matches
  @potential_matches
end