Class: Aws::IoT::Types::ListSecurityProfilesForTargetResponse

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)


12007
12008
12009
12010
12011
12012
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12007

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

#security_profile_target_mappingsArray<Types::SecurityProfileTargetMapping>

A list of security profiles and their associated targets.



12007
12008
12009
12010
12011
12012
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12007

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