Class: Aws::Types::ListTopicsDetectionJobsResponse

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)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def next_token
  @next_token
end

#topics_detection_job_properties_list::Array[Types::TopicsDetectionJobProperties]

Returns the value of attribute topics_detection_job_properties_list.



1458
1459
1460
# File 'sig/types.rbs', line 1458

def topics_detection_job_properties_list
  @topics_detection_job_properties_list
end