Method: Aws::IoT::Types::ListTargetsForSecurityProfileRequest#max_results

Defined in:
lib/aws-sdk-iot/types.rb

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


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