Class: Aws::IoT::Types::ListTargetsForSecurityProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


12237
12238
12239
12240
12241
12242
12243
# File 'lib/aws-sdk-iot/types.rb', line 12237

class ListTargetsForSecurityProfileRequest < Struct.new(
  :security_profile_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


12237
12238
12239
12240
12241
12242
12243
# File 'lib/aws-sdk-iot/types.rb', line 12237

class ListTargetsForSecurityProfileRequest < Struct.new(
  :security_profile_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_nameString

The security profile.

Returns:

  • (String)


12237
12238
12239
12240
12241
12242
12243
# File 'lib/aws-sdk-iot/types.rb', line 12237

class ListTargetsForSecurityProfileRequest < Struct.new(
  :security_profile_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end