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)


10994
10995
10996
10997
10998
10999
11000
# File 'lib/aws-sdk-iot/types.rb', line 10994

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)


10994
10995
10996
10997
10998
10999
11000
# File 'lib/aws-sdk-iot/types.rb', line 10994

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

#security_profile_nameString

The security profile.

Returns:

  • (String)


10994
10995
10996
10997
10998
10999
11000
# File 'lib/aws-sdk-iot/types.rb', line 10994

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