Class: Aws::Types::ListSentimentDetectionJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def next_token
  @next_token
end

#sentiment_detection_job_properties_list::Array[Types::SentimentDetectionJobProperties]

Returns the value of attribute sentiment_detection_job_properties_list.



1421
1422
1423
# File 'sig/types.rbs', line 1421

def sentiment_detection_job_properties_list
  @sentiment_detection_job_properties_list
end