Class: Aws::Types::ListTargetedSentimentDetectionJobsResponse

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)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def next_token
  @next_token
end

#targeted_sentiment_detection_job_properties_list::Array[Types::TargetedSentimentDetectionJobProperties]

Returns the value of attribute targeted_sentiment_detection_job_properties_list.



1445
1446
1447
# File 'sig/types.rbs', line 1445

def targeted_sentiment_detection_job_properties_list
  @targeted_sentiment_detection_job_properties_list
end