Class: Aws::Types::GetCelebrityRecognitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCelebrityRecognitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "ID", "TIMESTAMP"
Returns the value of attribute sort_by.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
852 853 854 |
# File 'sig/types.rbs', line 852 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
853 854 855 |
# File 'sig/types.rbs', line 853 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
854 855 856 |
# File 'sig/types.rbs', line 854 def next_token @next_token end |
#sort_by ⇒ "ID", "TIMESTAMP"
Returns the value of attribute sort_by.
855 856 857 |
# File 'sig/types.rbs', line 855 def sort_by @sort_by end |