Method: Aws::IoT::Types::ListTargetsForSecurityProfileRequest#next_token
- Defined in:
- lib/aws-sdk-iot/types.rb
#next_token ⇒ String
The token for the next set of results.
12431 12432 12433 12434 12435 12436 12437 |
# File 'lib/aws-sdk-iot/types.rb', line 12431 class ListTargetsForSecurityProfileRequest < Struct.new( :security_profile_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |