Class: Aws::Types::GetMatchesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMatchesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_generation_date ⇒ ::Time
Returns the value of attribute match_generation_date.
-
#matches ⇒ ::Array[Types::MatchItem]
Returns the value of attribute matches.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#potential_matches ⇒ ::Integer
Returns the value of attribute potential_matches.
Instance Attribute Details
#match_generation_date ⇒ ::Time
Returns the value of attribute match_generation_date.
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.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def matches @matches end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def potential_matches @potential_matches end |