Class: Aws::IoT::Types::ListTargetsForSecurityProfileResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that can be used to retrieve the next set of results, or null if there are no additional results.

Returns:

  • (String)


11011
11012
11013
11014
11015
11016
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11011

class ListTargetsForSecurityProfileResponse < Struct.new(
  :security_profile_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_targetsArray<Types::SecurityProfileTarget>

The thing groups to which the security profile is attached.

Returns:



11011
11012
11013
11014
11015
11016
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11011

class ListTargetsForSecurityProfileResponse < Struct.new(
  :security_profile_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end